Create an invitation to join an organization
Path parameters
Organization ID or label identifier
Organization ID or label
Headers
Unique request identifier specified by the originating caller and passed along by proxies.
Request body
Response
Invitation created successfully
Example response
{
"id": "ab3def8hij2klm9opq5rst7uvw",
"organization_id": "ab3def8hij2klm9opq5rst7uvw",
"created_by": "ab3def8hij2klm9opq5rst7uvw",
"permissions": {
"organizations": {
"read": true,
"update": true
},
"users": {
"read": true,
"list": true
}
}
}Changes
Changed in 3 of the 23 revisions of this API.116
- ○
the endpoint scheme security
OAuth2was added to the APIapi-security-added
- ○
the endpoint scheme security
bearerAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
org-management_bearerAuthwas removed from the APIapi-security-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the request property
became requiredrequest-property-became-required
- ○
the
request property default valueorg_adminwas removedrequest-property-default-value-removed
- ▲
- ●
deleted the
headerrequest parameterX-Request-IDrequest-parameter-removed
- ○
the endpoint scheme security
org-management_bearerAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
svc-org-management_bearerAuthwas removed from the APIapi-security-removed
This revision also has 82 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●