Retrieves a specific user from Parchment
| Field | Type | Description |
|---|---|---|
user_id | string | Parchment’s unique user identifier |
email | string | User’s email address |
full_name | string | User’s full display name |
access_roles | array | Array of user roles (admin, provider, etc.) |
title | string | Professional title (optional) |
erx_entity_id | string | Electronic prescription entity ID (optional) |
provider_details | object | Provider-specific details (only if user has “provider” role) |
| Field | Type | Description |
|---|---|---|
hpii_number | string | Healthcare Provider Individual Identifier |
prescriber_number | string | Prescriber number |
prescriber_type | string | Prescriber type (M/N/D/P/T) |
ahpra_number | string | AHPRA registration number |
qualifications | string | Professional qualifications |
hospital_provider_number | string | Hospital provider number |
family_name | string | Provider’s family name |
given_name | string | Provider’s given name |
date_of_birth | string | Date of birth (YYYY-MM-DD format) |
sex | string | Sex (M/F/I/O) |
phone | string | Australian phone number |
australian_address | object | Provider’s Australian address |
| Field | Type | Description |
|---|---|---|
street_number | string | Street number |
street_name | string | Street name |
suburb | string | Suburb |
state | string | Australian state |
postcode | string | Australian postcode |
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the request was successful |
statusCode | number | HTTP status code |
timestamp | string | ISO 8601 timestamp of the response |
requestId | string | Unique identifier for debugging |
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | string | Yes | Organization identifier |
user_id | string | Yes | User identifier |
| Code | Status | Description |
|---|---|---|
200 | OK | User details retrieved successfully |
400 | Bad Request | Invalid request format or missing parameters |
401 | Unauthorized | Authentication required or token invalid or scope invalid |
404 | Not Found | User not found |
500 | Internal Server Error | Unexpected server error |
requestId for debugging support requestsREAD_USER scopeprovider_details will be nullprovider_details field in the responseBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization secret for authentication - provided by Parchment
Organization ID
User ID
User retrieved successfully