Skip to main content
GET
/
v1
/
ui
/
admin
/
users
/
{id}
Get user by ID (Admin only)
curl --request GET \
  --url https://api.example.com/v1/ui/admin/users/{id}
{}

Path Parameters

id
string
required

User ID

Response

User details

The response is of type object.