POST
/v1/mgmt/group/members
Load all members of a specific External group, using a valid management key.
This API endpoint allows administrators to load all members of a specific external group that is associated to a tenant. The response contains an array of group objects including the group id, display name, and an array of associated members.
Next Steps
Administrators can review this information and make changes within their IdP or if necessary, Create a SCIM Group, Update an Existing SCIM Group (adding new members), or Delete an Existing SCIM Group
See also
- See SSO Configuration for further details on managing SSO Configurations on a tenant.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
tenantId
string
groupId
string
Status code | Description |
---|---|
200 | OK |
Was this helpful?