Provisioning Update Group
Schema contract for an Integration Builder action that updates a group in an external system.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
|
group |
|||
|
schemas |
List of schemas for the group object. |
List of Objects | TRUE |
|
id |
The ID of the group. |
Text | FALSE |
|
displayName |
A human-readable name for the group. |
Text | TRUE |
|
description |
Description of the group. |
Text | FALSE |
Output
| Field | Definition | Type |
|---|---|---|
|
group |
||
|
schemas |
List of schemas for the group object. |
List of Objects |
|
id |
The ID of the group. |
Text |
|
displayName |
A human-readable name for the group. |
Text |
|
description |
Description of the group. |
Text |
|
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 |