Add a member to a group
Members
Add a member to a group
Add a member to a group.
POST
Add a member to a group
Adds one or more participants to a group. Each entry specifies a participant ID and an optionalDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
role, which defaults to MEMBER if omitted. The other valid role is ADMIN.
If a participant is already an active member of the group, the request will fail for that participant. Previously removed members (status LEFT) can be re-added with a new role assignment.
For usage patterns and examples, see the Groups guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Group ID
Body
application/json
Member details
- Option 1
- Option 2
Single participant to add (use members array instead for batch operations)
Example:
"550e8400-e29b-41d4-a716-446655440000"
Participant who initiated this change, for audit purposes
Example:
"550e8400-e29b-41d4-a716-446655440010"
Role for the single participant: MEMBER or ADMIN (defaults to MEMBER)
Available options:
MEMBER, ADMIN Example:
"MEMBER"
Response
Member added
Confirmation message
Example:
"Member(s) added to group"