Groups
List Group Users
GET
/
api
/
v1
/
groups
/
{id}
/
users
Path Parameters
id
string
requiredThe ID of the group to list users for.
Query Parameters
offset
number
default: 0The offset to start from. If you enter 10, it will start from the 10th user.
Required range:
0 < x < 100
limit
number
default: 10The number of users to return.
Required range:
1 < x < 100
username
string
The username to search for.
search
string
The text string that user email or name will be filtered by.
Response
200 - application/json
users
object[]
requiredtotalCount
number
requiredWas this page helpful?