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.
Documentation Index
Fetch the complete documentation index at: https://docs.credibledata.com/llms.txt
Use this file to discover all available pages before exploring further.
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
^[a-zA-Z0-9_-]+$The unique identifier of the group Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Body
List of members to add with their status and CredibleResourceUri
Response
Members added successfully