v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
User Information API

Retrieve User Permission

Use this endpoint to retrieve all the permissions that a user has based on the access_token. This endpoint is used by Midaz Console to verify the features that the user has access to.

get/v1/permissions

Headers

Authorizationstring

Bearer JWT token for authentication. Required when PLUGIN_AUTH_ENABLED=true (enforced in multi-tenant deployments). Optional in default OSS single-tenant mode. Format: Bearer <token>

Response

Indicates that the resource was successfully created and the operation was completed as expected.

UserPermissionsResult required

A list of APIs or resources the user can access, each paired with the allowed actions they can perform.