Search Group Users
Search entity group users
Path parameters
entityGroupId
Entity Group ID or Entity Group ForeignID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
foreignId
ID used to identify user in your system
role
Filter users by role. If multiple roles are provided, users with any of the roles will be returned.
name
Filter users by name. Partial matches are supported.
email
Filter users by email. Partial matches are supported.
limit
Number of entities to return. Limit can range between 1 and 100, and the default is 10.
startingAfter
The ID of the user to start after. If not provided, the first page of entities will be returned.
Response
This endpoint returns an object.
count
Total number of users for the given filters. This value is not limited by the limit parameter. It is provided so that you can determine how many pages of results are available.
hasMore
True if there are more users available for the given filters.
data