GET
/usergroups.users.listList User Group members
Lists the users who belong to a specified User Group. Supply usergroup to select the group and use include_disabled when results may involve disabled User Groups.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringrequired
Authentication token with the `usergroups:read` scope.
include_disabledbooleanoptional
Whether to allow results involving disabled User Groups.
usergroupstringrequired
The encoded ID of the User Group whose members to list.
200Returns an array of User IDs for the members of the specified User Group.
okbooleanrequired
usersarray<UserID>required
defaultStandard failure response when used with an invalid token
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
okbooleanrequired
Error handling
usergroup and an authentication token are required; the token must have the usergroups:read scope. User IDs in the returned users array use the format defined by the User ID pattern, beginning with U or W followed by at least two uppercase letters or digits.