get https://api.safetyculture.io/groups//users
The List Users in Group
endpoint allows administrators (users with the "Admin" permission) to list users in their organization or a group within their organization.
The response returned can be filtered based on the status
of the user (active
or inactive
or both). Inactive users are those who have been de-activated but are still part of the organization. If no status
query parameter is given,
both active and inactive users are returned.
The maximum number of users that can be returned by a single request is 2000. To list more users use the offset
and limit
query parameters as described below.