action appcenter_users_get_user_metadata { label: "Users_getUserMetadata" provider: appcenter method: GET path: "/v0.1/user/metadata/optimizely" encoding: json output: { properties: { metadata: { type: "object" } userId: { type: "string" } } } }