cURL
curl --request GET \ --url https://{instance}.domo.com/api/identity/v1/users/{userId} \ --header 'X-DOMO-Developer-Token: <api-key>'
[ { "name": "Domo User", "id": 3817263817, "location": "", "manager": "", "phoneNumber": "+phone number", "title": "Software Engineer" } ]
Fetch detailed information for a specific user by their ID.
The ID of the user
Specifies the detail level, e.g., detailed
Status Code: 200