# skills_orgs_skills_users_desired_skills_retrieve Retrieve a user's desired skills. This endpoint returns the skills that a user has indicated they want to develop or acquire through the platform. Path Parameters: org (str): The platform/organization identifier user_id (str): The username of the user to retrieve skill information for Returns: The user's desired skills information. Error Responses: 400 Bad Request: If the user doesn't exist in the platform or has no desired skills 404 Not Found: If the specified platform doesn't exist Access Control: - Platform admins can access any user's information - Users can access their own information Endpoint: GET /api/skills/orgs/{org}/skills/users/{user_id}/desired-skills/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `user_id` (integer) - `username` (string) - `skills` (array, required) - `skills.id` (integer, required) - `skills.name` (string,null, required) Display name - `skills.platform_key` (string) - `skills.slug` (string,null, required) An additional unique slug field. (Optional) - `skills.data` (any,null, required) Metadata - `data` (any,null, required)