# Retrieve an organization entity. Use this endpoint to retrieve an organization information. Endpoint: GET /organizations/{uuid} Version: 1.0.0 Security: ## Path parameters: - `uuid` (string, required) Organization identifier ## Response 200 fields (application/json): - `uuid` (string,null) Organization unique identifier. - `name` (string,null) Organization name. - `vatNumber` (string,null) Organization VAT number. - `streetAddress` (string) Organization street address. - `postalCode` (string) Organization postal code. - `city` (string) Organization city. - `country` (string) Organization country. - `latitude` (number) Organization latitude. Example: 10.6584 - `longitude` (number) Organization longitude Example: 45.0124 - `timezone` (string,null) Organization timezone Example: "Europe/Paris" - `phone` (string,null) Organization phone number. Example: "+33757590893" - `secretariatEmail` (string,null) Organization email address. - `website` (string,null) Organization website url. - `dentalNomenclatureSystem` (string,null) Organization dental nomenclature system. Enum: "fdi", "ada", null - `createdAt` (string) Organization creation date. - `updatedAt` (string) Organization update date. - `users` (array) - `users.uuid` (string) User unique identifier. - `users.email` (string, required) User email address. - `users.organizationRole` (string,null) User role in the organization. Enum: "ROLE_ORGANIZATION_ADMIN", "ROLE_ORGANIZATION_MEMBER", null - `users.createdAt` (string) User creation date. - `users.updatedAt` (string) User update date. - `users.firstName` (string,null, required) User first name. - `users.lastName` (string,null, required) User last name. - `users.gender` (string,null, required) User gender. Enum: "female", "male", "unknown", null - `users.phone` (string,null, required) User phone number. Example: "+33757590893" - `users.rpps` (string,null) User RPPS number (France). Example: "10101748050" - `users.am` (string,null) User AM number (France). Example: "394003552" - `logo` (any) ## 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)