Skip to content

Order Management System REST API - Identity Controller

The identity URI provides access to permissions for all known identities.

GET /identity

Retrieves permissions for all registered identities.

CodeStatusDescription
200SuccessContent is an array of Permissions objects.
403FailureThe authenticated identity does not have the Admin permission.

POST /identity

Adds or updates the permissions for an identity.

Requires the Admin feature permission.

A single Permissions object.

CodeStatusDescription
204SuccessUpdate completed successfully, or the update would make no changes.
403FailureThe authenticated identity does not have the Admin permission.
422FailureInvalid data was provided.
Content is a JSON array of one or more error codes describing the problem.