Skip to main content

Multi API v3.4.1

· One min read
Maria Stellini

New optional date of birth field for users

We added a new optional dateOfBirth field to authorised usersAuthorised Users Individuals that have been invited by the root user to manage an identity's instruments and transactions. They are not the legal owners of the identity but can be granted access to perform operations on behalf of the identity. For corporates, card assignees are created as Authorised Users. and corporate root usersRoot user The individual who creates the identity. For corporate identities, the root user needs to be a legal representative of the corporate such as a director or a representative who has the power of attorney over the company. For consumer identities, the root user is the owner of the identity. Every identity must always have one root user.. This field is only required if you are onboarding teenagers onto your product.

Affected endpoints are:

  • POST /multi/users
  • PATCH /multi/users/\{id\}
  • GET /multi/users
  • GET /multi/users/\{id\}
  • POST /multi/corporates
  • PATCH /multi/corporates/\{id\}
  • GET /multi/corporates
  • GET /multi/corporates{id\}