For the complete documentation index, see llms.txt. This page is also available as Markdown.

List IB Group Members

Get the list of userIds in this Information Barrier Group.

Get the list of userids in this Information Barrier Group

get
Path parameters
gidstringRequired

URL-Safe encoded Group ID

Query parameters
skipintegerOptional

Number of records to skip. Must be a positive integer.

limitintegerOptional

Max number of records to return. Default is 10000. Must be a positive integer and must not exceed 10000.

Header parameters
sessionTokenstringRequired

Session authentication token.

Responses
200

Success

application/json
integer · int64[]OptionalExample: [1461508270000,7215545057281]
get/v1/admin/group/{gid}/membership/list

🚧 Roles and Privileges

Calling this endpoint requires the ACCESS_USER_PROVISIONING_API privilege. See Bot Permissions for a list of roles and associated privileges.

Last updated

Was this helpful?