Skip to content

Order Management System REST API - Identity Controller

The identity/for/$ URI provides access to permissions for a specific authentication source.

GET /identity/for/<source>

Retrieves the registered identity permissions for this authentication source.

Requires the Admin feature permission.

ParameterDescription
sourceA URL-encoded Identity Source name.
CodeStatusDescription
200SuccessContent is an array of Permissions objects.
403FailureThe authenticated identity does not have the Admin permission.