Skip to main content
GET
/
v1
/
users
/
{id}
Get a user
curl --request GET \
  --url https://revstack.dev/v1/users/{id}
null

Path Parameters

id
string
required
Example:

"usr_abc123"

Response

200 - application/json

User details

The response is of type unknown.