/usergroups.users.list
GET
/usergroups.users.listList all users in a User Group
Request
Query Params
token
string
required
Authentication token. Requires scope: usergroups:read
include_disabled
string
optional
Allow results that involve disabled User Groups.
usergroup
string
required
The encoded ID of the User Group to update.
Request samples
Responses
Standard success response when used with a user token(200)
Standard failure response when used with an invalid token(500)
Standard success response when used with a user token
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
users
$ref(#/definitions/700157)[]
required
#/definitions/700157
optional
Exampleresponse
{
"ok": true,
"users": [
"U060R4BJ4",
"W123A4BC5"
]
}
Last modified: a year ago