# Returns a user by their id Endpoint: GET /v0/users/{userId} Version: 0 Security: authorization_code_with_pkce_0, client_credentials_0 ## Path parameters: - `userId` (string, required) ## Response 200 fields (text/plain): - `id` (string, required) - `userName` (string, required) - `email` (string, required) - `phoneNumber` (string, required) - `twoFactorEnabled` (boolean, required) - `roles` (array, required) - `roles.name` (string, required) ## Response 404 fields (text/plain): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 400 fields