Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/users/v1/self \ --header 'X-Domino-Api-Key: <api-key>'
{ "metadata": { "notices": [ "<string>" ], "requestId": "<string>" }, "user": { "avatarUrl": "<string>", "firstName": "<string>", "fullName": "<string>", "id": "<string>", "lastName": "<string>", "userName": "<string>", "companyName": "<string>", "email": "<string>", "phoneNumber": "<string>", "roles": [ "<string>" ] } }
Retrieve the current user. Required permissions: None
None
Success
Show child attributes
Was this page helpful?
Contact support