action bungie_user_get_membership_data_for_current_user { label: "User.GetMembershipDataForCurrentUser" description: "Returns a list of accounts associated with signed in user. This is useful for OAuth implementations that do not give you access to the token response." provider: bungie method: GET path: "/User/GetMembershipsForCurrentUser/" encoding: json output: { type: "object" additionalProperties: true } }