Create Invite LinkAsk AIpost https://{application_vanity_domain}/api/v1/new-user-invitation/create-invite-linkBody ParamsCreate Invitation Link Request JSON objecttenantIdstringrequiredlength between 1 and 26ID of the tenant the invited user should be provisioned into.inviteeNamestringrequiredlength between 1 and 60The name of the person that the invite is being sent to. The invitee name serves as a case-insensitive identifier for the invite link - only one invite link can be active at a time for a single invitee per tenant.rolesToAssignarray of stringslength ≤ 10The list of role IDs specifying which roles will be assigned to the invited user.rolesToAssignADD stringResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 405Method Not Allowed 406Not Acceptable 415Unsupported Media Type 500Internal Server Error 503Service UnavailableUpdated 6 months ago