action stackexchange_get_me_associated { label: "get_me_associated" description: "Returns all of a user's associated accounts, given an access_token for them.\n \nThis method returns a list of network users.\n" provider: stackexchange method: GET path: "/me/associated" encoding: json input: { type: "object" properties: { callback: { type: "string" } filter: { type: "string" } page: { type: "integer" } pagesize: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }