DeleteInvitedUser
Delete pending user. A pending user is a user that has not yet accepted invitation. Requires permissions: Access User Management Api and Access Users.
Execute
Sample EXECUTE DeleteInvitedUser UserId='[email protected]'
Input
Name | Type | Required | Description |
UserId | String | True | The user id in the form of an email address. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details. |
Details | String | Details of execution failure. NULL if success=true. |