action crucible_get_user_profile { label: "getUserProfile" description: "Returns the user's profile details." provider: crucible method: GET path: "/rest-service/users-v1/{username}" encoding: json output: { type: "object" additionalProperties: true } }