Skip to content

Order Management System REST API - Identity Controller

The identity/current URI provides access to permissions for the authenticated user.

GET /identity/current

Retrieves the permissions for the currently authenticated user.

CodeStatusDescription
200SuccessUser is authenticated.
Content is a single Permissions object.