Registration
Invite member to organization
Creates an invite code for a user to join the organization
post/api/v1/organizations/{id}/invites
Path parameters
idstring required
Organization ID
Request body
Response
Example response
{
"type": "object",
"properties": {
"message": {
"type": "string"
},
"inviteCode": {
"type": "string"
},
"expiresAt": {
"type": "string"
}
}
}