action watchful_get_sso_users { label: "Get a list of SSO Users" description: "Returns a list of SSO Users" provider: watchful method: GET path: "/ssousers" encoding: json output: { type: "object" additionalProperties: true } }