Retrieves the authenticated user's profile information.
apiKeyAuth API key authentication. Create an API key in your user profile and include it in the x-api-key header.
In: header
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://customermates.com/api/v1/users/me"{
"id": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"status": "active",
"country": "af",
"avatarUrl": "string",
"theme": "system",
"displayLanguage": "system",
"formattingLocale": "system",
"roleId": "string",
"roleName": "string"
}"string""string""string""string"