v1

latestOpenAPI 3.1.02026-08-04118425322.0 KB
userManagement

Create Invitation

Create a new user invitation.

This endpoint creates a new invitation for a user to join the organization. The invitation will be sent to the specified email address.

post/api/v1/auth-management/user-invitations

Headers

Authorizationstring required

Bearer authentication

Request body

namestring required

Display name for the invited user

emailstring required

Email address to send the invitation to

Response

The created invitation details

invitation_idstring required

Unique identifier for the invitation

invitation_urlstring required

URL for the user to accept the invitation

created_atstring required

Timestamp when the invitation was created

expires_atstring required

Timestamp when the invitation expires