Get user info

Returns basic information about the authenticated user.

Query Parameters
  • role
    Type: stringenum
    required

    User role to resolve (patient or practitioner).

    values
    • patient
    • practitioner
  • identifier
    Type: string
    required

    Identifier value to resolve to a user.

  • identifierType
    Type: string
    required

    Identifier type. Use partyUid when providing a UUID.

Responses
  • application/json
  • application/json
Request Example for get/extra/v1/user/info
curl 'https://api.customer.cadasto.io/extra/v1/user/info?role=patient&identifier=&identifierType=' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{}