# Get User info **GET /me** Get all info about currently signed user This endpoint is used to retrieve information about currently signed user ## Servers - Production API endpoint - live use only: api.services.omnicado.com/api/v2 (Production API endpoint - live use only) - Development API endpoint - used for testing: api.dev.services.omnicado.com/api/v2 (Development API endpoint - used for testing) ## Authentication methods - Omnicado token based scheme ## Parameters ## Responses ### 200: If product is succesfully updated 200 status code is returned #### Body Parameters: application/json (object) - **id** (integer(int64)) - **createdAt** (string(date-time)) - **updatedAt** (string(date-time)) - **lastLogedAt** (string(date-time)) - **email** (string) - **slug** (string) - **fullName** (string) - **isActive** (boolean) - **isOnboardingFinished** (boolean) - **roles** (array[object]) - **integrations** (array[object]) - **theme** (string) - **isEarlyAdopter** (boolean) ### 404: Product is not found [Powered by Bump.sh](https://bump.sh)