action launchdarkly_get_member { label: "Get a single team member by ID." provider: launchdarkly method: GET path: "/members/{memberId}" encoding: json output: { type: "object" additionalProperties: true } }