User resource

FieldDescription
uuid
string
A Universally Unique IDentifier (UUID) as a human-readable string using hexadecimal text with inserted hyphen characters.

Example: de305d54-75b4-431b-adb2-eb6b9e546014
resource_uri
string
resource_type
string, constant
email
string
User's email address.
Example user resource
{
  "uuid": "6fe87fd6-9ad2-4d3b-b5ad-b6c440638c17",
  "resource_uri": "/v2/users/6fe87fd6-9ad2-4d3b-b5ad-b6c440638c17",
  "resource_type": "user",
  "email": "[email protected]"
}