Provisioning List Groups by Display Name
Schema contract for an Integration Builder action that lists groups in an external system by display name.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
|
displayName |
Display name of the group to search for. |
Text | TRUE |
|
pagination |
|||
|
cursor |
Cursor used to retrieve the next page of results. |
Text | FALSE |
|
limit |
Maximum number of results to return in the response. |
Number | FALSE |
Output
| Field | Definition | Type |
|---|---|---|
|
resources |
List of SCIM group objects. |
List of Objects |
|
resources |
||
|
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 |
|
pagination |
||
|
nextCursor |
Cursor for retrieving the next page of results. This field is omitted when there are no more results. |
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 |