Skip to main content
POST
Add an organization member to a group

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required
Example:

"org-abc123"

groupId
string
required
Example:

"grp-abc123"

Body

application/json
memberId
string
required

The organization member id (om-…) to add to the group.

Example:

"om-abc123"

Response

Member added to group

success
boolean
required
Example:

true

membership
object
required