API referenceUser
GET /user/me
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/user/me"{ "$schema": "https://example.com/schemas/MeDTO.json", "authMethod": "string", "email": "string", "emailVerified": true, "memberships": [ { "orgId": "string", "role": "string" } ], "orgId": "string", "roles": [ "string" ], "userId": "string"}