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
TypeHTTP (bearer)
Parameters
Path Parameters
id*
The unique identifier of the organization
Typestring
RequiredRequest Body
application/json
JSON
{
"username": "string"
}
Responses
Invitation successfully sent
application/json
JSON
{
}