Action contracts
Schema contracts for the actions you can implement in an Integration Builder project.
An action contract defines the input and output JSON schema that your integration must implement for a given action type. Use these contracts as the reference for building the request and response handling in your Integration Builder project.
Universal Logout
|
Action |
Description |
|---|---|
|
Logs a user out of an external system. |
Provisioning
|
Action |
Description |
|---|---|
|
Creates a user in an external system. |
|
|
Updates a user in an external system. |
|
|
Sets a user's password in an external system. |
|
|
Activates a user account in an external system. |
|
|
Deactivates a user account in an external system. |
|
|
Retrieves a user's information by ID from an external system. |
|
|
Retrieves a user's information by username from an external system. |
|
|
Lists the users in an external system. |
|
|
Creates a group in an external system. |
|
|
Updates a group in an external system. |
|
|
Removes a group from an external system. |
|
|
Adds members to a group in an external system. |
|
|
Removes members from a group in an external system. |
|
|
Lists the members of a group in an external system. |
|
|
Retrieves a group's information by ID from an external system. |
|
|
Lists the groups in an external system. |
|
|
Lists the groups in an external system that match a display name. |
|
|
Retrieves the SCIM server's user schema properties, used to configure Entitlement Management. |
|
|
Retrieves the SCIM server's entitlement schema properties, used to configure Entitlement Management. |
|
|
Retrieves the allowed values for user schema properties. |
|
|
Retrieves the allowed values for entitlement schema properties. |