Skip to main content
POST
Generate Invitation Code

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

user_id
string<uuid>
required

Response

Successful Response

Response schema after generating an invitation code.

id
string<uuid>
required
code
string
required
user_id
string<uuid>
required
expires_at
string<date-time>
required
created_at
string<date-time>
required