Skip to content

Order Management System REST API - IdentitySource Controller

The identity/source/bycode/<source> URI provides manipulation of a specific Identity Source.

GET /identity/source/bycode/<source>

Retrieves the details of a registered Identity Source.

Requires the Admin feature permission.

ParameterDescription
sourceA URL-encoded Identity Source name.
CodeStatusDescription
200SuccessContent is a single IdentitySource object.
403FailureThe authenticated identity does not have the Admin permission.
404FailureThe Identity Source does not exist.

DELETE /identity/source/bycode/<source>

Removes a registered Identity Source.

Requires the Admin feature permission.

ParameterDescription
sourceA URL-encoded Identity Source name.
CodeStatusDescription
204SuccessUpdate completed successfully, or the update would make no changes.
403FailureThe authenticated identity does not have the Admin permission.
422FailureA failure occurred.
Content is a JSON array of one or more error codes describing the problem.