Add a member to an organization
Directly adds a user as a member of an organization. Requires manage permission (owner or admin).
Path parameters
Organization to add the member to. Pattern: org_[0-9a-hjkmnp-tv-z]{26}
Organization to add the member to. Pattern: org_[0-9a-hjkmnp-tv-z]{26}
Request body
Response
Success
Example response
{
"member": {
"user": {
"id": "user_01h2xcejqtf2nbrexx3vqjhp41"
}
}
}Changes
Changed in 3 of the 50 revisions of this API.28
- ○
api tag
Membersaddedapi-tag-added
- ○
api tag
Organizationsremovedapi-tag-removed
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ○
the
//response's property pattern was changed from^(user|svc)_[0-9a-hjkmnp-tv-z]{26}$to^user_[0-9a-hjkmnp-tv-z]{26}$for the statusresponse-property-pattern-changed
- ○
added the required property
//to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○