Provisioning List Group Members

Schema contract for an Integration Builder action that lists the members of a group in an external system.

Input

Field Definition Type Required

groupId

Identifier of the group.

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 group member objects returned by the request.

List of Objects

resources

value

Identifier of the member of the group.

Text

display

Display name for the group member.

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:

  • SUCCEEDED
  • FAILED
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:

  • RESOURCE_NOT_FOUND
  • RATE_LIMIT_EXCEEDED
  • INVALID_CREDENTIALS
  • TOKEN_EXPIRED
  • GENERIC_FAILURE
Text