Invite User to Organization
POST
/organization/{id}/invite
Sends an invitation to a user to join the organization. Only organization owners can send invitations.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Path Parameters
id*
The unique identifier of the organization
Type
Requiredstring
Request Body
application/json
JSON
"string"
Responses
Invitation successfully sent
application/json
JSON
{
}
