User

Type: object

ONBRDNG Schema for an User

Type: string

Unique Identifier for an User

Type: enum (of integer)

The Gender of an User. Format: ISO/IEC 5218 [0|1|2|9], 0=Unknown, 1=Male, 2=Female, 9=Not Applicable

Must be one of:

  • 0
  • 1
  • 2
  • 9

Type: stringFormat: date

The User Birthdate. Format: YYYY-MM-DD.

Must match regular expression: ^\d{4}-\d{2}-\d{2}$

Type: string

The User Country. Format: ISO-3166-Alpha-2, ie GB

Must match regular expression: ^[A-Z]{2}$

Type: string

The User Zipcode.

Type: string

The User Language. Format: BCP 47, ie GB-en

Must match regular expression: ^[a-z]{2}(?:-[A-Z]{2})?$

Type: stringFormat: date-time

Moment of User registration. Format: YYYY-MM-DD HH:MM:SS[.SSSSSS].

Must match regular expression: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z?$

Type: stringFormat: date-time

Moment of User creation. Format: YYYY-MM-DD HH:MM:SS[.SSSSSS].

Must match regular expression: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z?$

Type: stringFormat: date-time

Moment of last User update. Format: YYYY-MM-DD HH:MM:SS[.SSSSSS].

Must match regular expression: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z?$

Type: stringFormat: date-time

Moment of last User login. Format: YYYY-MM-DD HH:MM:SS[.SSSSSS].

Must match regular expression: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z?$

Type: string

The Attribution of the User.

Type: array of string

Tags for user grouping.

Each item of this array must be:

Type: string