Provisioning Add Group Members

Schema contract for an Integration Builder action that adds members to a group in an external system.

Input

Field Definition Type Required

groupId

Identifier of the group.

Text TRUE

groupMembers

List of group member objects to add.

List of Objects TRUE

groupMembers

value

Identifier of the member of the group.

Text TRUE

display

Display name for the group member.

Text FALSE

Output

Field Definition Type

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