cURL
curl --request GET \ --url http://localhost:8080/api/v1/users/{id} \ --header 'Authorization: <api-key>'
{ "attributes": { "email": "<string>", "name": "<string>" }, "id": "<string>", "type": "<string>" }
Get details of a user by their ID
User ID
OK
User response model
Show child attributes
Was this page helpful?