UserInviteData
A user to invite with invite().
Properties
| Property |
Type |
Description |
email |
string |
Email address the invitation is sent to. |
groupIds? |
string[] |
GUIDs of groups the invited user is added to. |
language? |
string |
Language code for the invitation email (e.g. en). |
name? |
string |
First name. |
redirectUrl |
string |
URL the accept-invite link redirects to. Must be an allowed UiPath portal URL for the organization, e.g. https://cloud.uipath.com/portal_/acceptInvite?organizationId=... — other URLs are rejected per user with Redirect URL is not valid. |
surname? |
string |
Last name. |