action circuitsandbox_get_label { label: "Returns all user labels" description: "Returns all labels of the user that were defined either explicit or implicit via assignment to conversations.\nOauthScopes: READ_USER_PROFILE, ORGANIZE_CONVERSATIONS" provider: circuitsandbox method: GET path: "/users/labels" encoding: json output: { type: "object" additionalProperties: true } }