Order Management System REST API - Identity Controller
The identity/current URI provides access to permissions for the authenticated user.
Retrieve current permissions
Section titled “Retrieve current permissions”GET /identity/current
Retrieves the permissions for the currently authenticated user.
Response
Section titled “Response”| Code | Status | Description |
|---|---|---|
| 200 | Success | User is authenticated. Content is a single Permissions object. |