Skip to content

Get a specific user

GET
/admin/users/{id}
curl --request GET \
--url http://localhost:8000/api/v1/admin/users/1 \
--header 'Authorization: Bearer <token>'
id
required
integer

User details

Unauthorized

Forbidden

User not found