Get user info
Returns basic information about the authenticated user.
Query Parameters
- Type: string enumrolerequired
User role to resolve (patient or practitioner).
values- patient
- practitioner
- Type: stringidentifierrequired
Identifier value to resolve to a user.
- Type: stringidentifier
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'
{}