UserInviteResult
Per-user outcome of invite().
Properties
| Property |
Type |
Description |
email |
string |
Email address the invitation was sent to. |
errorMessage |
null | string |
Why the invitation failed. null on success. |
id |
string |
GUID of the newly invited user. All-zeros GUID when the invitation failed. |
success |
boolean |
Whether this user was successfully invited. |