Skip to content

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
Required

Request Body

application/json
JSON
{
"username": "string"
}

Responses

Invitation successfully sent
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License