usergroups users list
GET {{baseUrl}}/usergroups.users.list?include_disabled=<boolean>&usergroup=<string>
List all users in a User Group
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_disabled | string | Allow results that involve disabled User Groups. | |
usergroup | string | (Required) The encoded ID of the User Group to update. |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","users":["\u003cstring\u003e","\u003cstring\u003e"]}