Skip to main content
GET
/
api
/
users
/
{id}
Retrieve a user along with their assigned roles and organizaciones
curl --request GET \
  --url https://api.example.com/api/users/{id}

Path Parameters

id
string
required

User id (should be a UUID)

Response

200

OK