Skip to content

Get the authenticated admin user's own profile

GET
/rest/v1/admin/me

Authorizations

bearerAuth

JWT access token obtained from /rest/auth/admin/login or /rest/auth/customer/login

Type
HTTP (bearer)

Parameters

Query Parameters

with

Include relations (e.g. roles)

Type
string

Responses

Admin profile. For config users (defined in config_auth, not in the DB), id is null, role names are null, and isConfigUser is true.

application/json
JSON
"string"

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI