Get assigned users

Retrieve the users (agents) assigned to a user group.

When to use. See which agents belong to a group. Send the group id in the path.

Parameters. fields (optional): a semicolon-separated list of user fields to return, for example id;username. When omitted, the full set of user fields is returned.

Returns. { "groupUsers": [ ... ] }, one entry per assigned user, or an empty array if the group has no users. Returns 404 if no group matches the id.

Example. GET /api/groups/5/users

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Group ID.

Query Params
string

Semicolon-separated list of user fields to return, for example id;username.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json