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

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

Changes