Order Management System REST API - Identity Controller
The identity/for/$
URI provides access to permissions for a specific authentication source.
Retrieves registered identities by Source
Section titled “Retrieves registered identities by Source”GET /identity/for/<source>
Retrieves the registered identity permissions for this authentication source.
Requires the Admin
feature permission.
URL Parameters
Section titled “URL Parameters”Parameter | Description |
---|---|
source | A URL-encoded Identity Source name. |
Response
Section titled “Response”Code | Status | Description |
---|---|---|
200 | Success | Content is an array of Permissions objects. |
403 | Failure | The authenticated identity does not have the Admin permission. |