organizations
Creates an invitation to organization
post/v1/organizations/{username}/invite
Headers
X-Fieldsstring mask
An optional fields mask
Request body
Example request
{
"role": "MEMBER"
}Response
Success
Example response
{
"status": "INVITED",
"role": "MEMBER"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.