action circuitsandbox_add_label { label: "Add a user label" description: "Add a label to the list of user labels\nOauthScopes: WRITE_USER_PROFILE, ORGANIZE_CONVERSATIONS" provider: circuitsandbox method: POST path: "/users/labels" encoding: form output: { properties: { labelId: { type: "string" description: "The unique ID of the label" } value: { type: "string" description: "The clear text value" } } } }