User

Returns a user's information.

get
/user

Returns the user's information. Response schema is polymorphic, it can be either a CompanyUser or an IndividualClient depending of the underlying user type.

Authorizations
RIALTO_API_KEYstringRequired
Responses
chevron-right
200

The user's information.

application/json
idstring · uuidOptional

The unique identifier of the client.

clientTypestring · enumOptional

The type of the client.

  • INDIVIDUAL: The client is an individual client.
  • ENTITY: The client is an entity client.
Possible values:
createdAtstring · date-timeOptional

The creation date of the client.

get
/user

Last updated