Users
Retrieve a user
Returns the public projection of a user. Lookups are gated to users who share at least one organisation with the caller’s key.
Authorization
ApiKey AuthorizationBearer <token>
Bearer API key in the form sk_live_…, sk_test_…, or pk_live_…. Keys are issued from the Consistly dashboard and carry product-prefixed scopes.
In: header
Path Parameters
id*string
Response Body
application/json
application/json
curl -X GET "https://example.com/users/string"{ "id": "string", "object": "user", "email": "string", "first_name": "string", "last_name": "string", "created": "2019-08-24T14:15:22Z"}{ "error": {}}