Add group members
groups
Add group members
Adds new members to a group, including users and nested groups with their specified roles and status.
Authorization: Requires group admin permissions. Members: Supports adding users and other groups as members. Roles: Members can be assigned admin or member status.
POST
Add group members
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$The unique identifier of the group Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$Body
application/json
List of members to add with their status and CredibleResourceUri
Response
Members added successfully