User
Retrieve current user profile
Scope: any authenticated key (no specific scope required).
Authorization
bearerAuth AuthorizationBearer <token>
Personal Access Token (PAT) or Service Access Token (SAT). Pass the token in the Authorization header: Bearer admp_...
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/user/me"{ "user": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "email": "string", "email_verified": true, "display_name": "string", "given_name": "string", "family_name": "string", "avatar_url": "string", "created_at": "2023-01-15T01:30:15.01Z", "updated_at": "2023-01-15T01:30:15.01Z", "role": "USER_ROLE_UNSPECIFIED", "status": "USER_STATUS_UNSPECIFIED" }}