cURL
curl --request GET \ --url https://api.openphone.com/v1/users/{userId} \ --header 'Authorization: <api-key>'
{ "data": { "id": "<string>", "email": "[email protected]", "firstName": "John", "lastName": "Doe", "pictureUrl": "https://example.com/picture.jpg", "role": "owner", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Retrieve detailed information about a specific user in your OpenPhone workspace using the user’s unique identifier.
The unique identifier of the user being retrieved.
"US123abc"
Success
Show child attributes
Was this page helpful?