# Retrieve one user. Use this endpoint to retrieve a user information. Endpoint: GET /users/{uuid} Version: 1.0.0 Security: ## Path parameters: - `uuid` (string, required) User identifier ## Response 200 fields (application/json): - `uuid` (string) User unique identifier. - `email` (string, required) User email address. - `createdAt` (string) User creation date. - `updatedAt` (string) User update date. - `firstName` (string,null, required) User first name. - `lastName` (string,null, required) User last name. - `gender` (string,null, required) User gender. Enum: "female", "male", "unknown", null - `phone` (string,null, required) User phone number. Example: "+33757590893" - `rpps` (string,null) User RPPS number (France). Example: "10101748050" - `am` (string,null) User AM number (France). Example: "394003552" - `language` (string) User interface language. - `organizations` (array) - `organizations.uuid` (string,null) Organization unique identifier. - `organizations.name` (string,null) Organization name. - `organizations.vatNumber` (string,null) Organization VAT number. - `organizations.streetAddress` (string) Organization street address. - `organizations.postalCode` (string) Organization postal code. - `organizations.city` (string) Organization city. - `organizations.country` (string) Organization country. - `organizations.latitude` (number) Organization latitude. Example: 10.6584 - `organizations.longitude` (number) Organization longitude Example: 45.0124 - `organizations.timezone` (string,null) Organization timezone Example: "Europe/Paris" - `organizations.phone` (string,null) Organization phone number. Example: "+33757590893" - `organizations.secretariatEmail` (string,null) Organization email address. - `organizations.website` (string,null) Organization website url. - `organizations.dentalNomenclatureSystem` (string,null) Organization dental nomenclature system. Enum: "fdi", "ada", null - `organizations.createdAt` (string) Organization creation date. - `organizations.updatedAt` (string) Organization update date. ## Response 403 fields (application/ld+json): - `@context` (any) - `@id` (string, required) - `@type` (string, required) - `title` (string) A short, human-readable summary of the problem. - `detail` (string) A human-readable explanation specific to this occurrence of the problem. - `status` (number) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null) ## Response 404 fields (application/ld+json): - `@context` (any) - `@id` (string, required) - `@type` (string, required) - `title` (string) A short, human-readable summary of the problem. - `detail` (string) A human-readable explanation specific to this occurrence of the problem. - `status` (number) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null)