v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Users

Retrieve a user

Retrieves a user.

get/v3/users/{user_id}

Path parameters

user_idstring required

Unique User identifier

Response

OK

user_idstring
email_verifiedboolean

Example response

{
  "user_id": "123456789ABCD",
  "identifiers": {
    "email_address": "joe.blow@company.com"
  },
  "attributes": {
    "first_name": "Joe",
    "surname": "Blow"
  },
  "email_verified": true
}