# Retrieve current user. Use this endpoint to retrieve the current user information. Endpoint: GET /me Version: 1.0.0 Security: ## Response 200 fields (application/json): - `uuid` (string,null) - `email` (string,null) - `firstName` (string,null) - `lastName` (string,null) - `gender` (string,null) Enum: "female", "male", "unknown", null - `isVerified` (boolean,null) - `phone` (string,null) - `rpps` (string,null) - `am` (string,null) - `language` (string,null) - `timezone` (string,null) - `languageSpokenAutoDetect` (boolean,null) - `languageSpoken` (string,null) - `languageDocument` (string,null) - `organization` (any) - `organizationRole` (string,null) Enum: "ROLE_ORGANIZATION_ADMIN", "ROLE_ORGANIZATION_MEMBER", null ## 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)