v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-01121113461.4 KB
users

Return information on currently logged user

get/api/v1.0/users/me/

Response

idstring uuid required

primary key for the record as UUID

emailstring email nullable required
full_namestring nullable required
custom_attributesobject required

Get custom attributes for the instance.

csrf_tokenstring required

Return the session-bound CSRF token for the SPA to echo as X-CSRFToken.

With CSRF_USE_SESSIONS the secret lives in the session and is no longer exposed as a cookie, so the token is delivered here over the authenticated /users/me/ channel.