svc-org-management_other
Create an invitation to join an organization
post/organizations/{organization_id}/invitations
Path parameters
organization_idstring required
Organization ID or label identifier
Organization ID or label
Headers
X-Client-Request-IDstring uuid
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
}
}
}