usergroups users list

GET {{baseUrl}}/usergroups.users.list?include_disabled=<boolean>&usergroup=<string>

List all users in a User Group

Request Params

KeyDatatypeRequiredDescription
include_disabledstringAllow results that involve disabled User Groups.
usergroupstring(Required) The encoded ID of the User Group to update.

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;,&quot;users&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}