Add a member to a group (team)

View as Markdown

Adds an organization membership to the group named by the groupId path parameter, applying the group’s grants to that member. Authorization: organization administrators only — other callers get 403. Body: organizationMembershipId (required). Returns the group with status 201.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

groupIdstringRequired

Request

This endpoint expects an object.
organizationMembershipIdstringRequired>=1 character

Response

The member was added; the group is returned.

idstring
organizationIdstring
namestring
descriptionstring or null
createdAtdatetime
updatedAtdatetime

Errors

403
Forbidden Error