List a group's or organization's usersAsk AIget https://api.safetyculture.io/groups/{group_id}/usersRetrieves a list of users in a specific group or all users within an organization.Path Paramsgroup_idstringrequiredThe ID of the group or organization to list users for.Query Paramslimitint32The maximum number of users to return. optionaloffsetint32The offset to start listing users from. optionalstatusarray of stringsThe status to filter users by. optional active: Active user. inactive: Inactive user. statusADD stringResponses 200A successful response. defaultAn unexpected error response.Updated 5 months ago