Provisioning Deactivate User
Schema contract for an Integration Builder action that deactivates a user account in an external system.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
|
userId |
ID of the user to deactivate. |
Text | TRUE |
Output
| Field | Definition | Type |
|---|---|---|
|
executionStatus |
||
|
status |
Indicates whether the action succeeded. One of the following values:
|
Text |
|
errors |
List of errors returned when the action fails or partially fails. |
List of Objects |
|
errors |
||
|
code |
Identifier for the error. |
Text |
|
summary |
Human-readable summary of the error. |
Text |
|
details |
Additional details about the error. |
List of Text |
|
httpStatusCode |
HTTP status code associated with the error. |
Number |
|
requestId |
Identifier of the request associated with the error. |
Text |
|
type |
Category of the error. One of the following values:
|
Text |