Get user info
Returns basic information about the authenticated user.
Query Parameters
- Type: stringenum
role requiredUser role to resolve (patient or practitioner).
valuespatient practitioner
- Type: string
identifier requiredIdentifier value to resolve to a user.
- Type: string
identifier Type requiredIdentifier type. Use
partyUidwhen 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'
{}