Adds a new label to an organization. User must have the label.update scope.
External DocumentationTo learn more, visit the Hyperproof documentation.

Parameters

ParameterDescription
DescriptionThe description of the label.
Label NameThe name of the label.

Example Output

{
	"id": "string",
	"orgId": "string",
	"name": "string",
	"description": "string",
	"freshnessPolicy": "string",
	"freshForDuration": "string",
	"createdBy": {
		"id": "string",
		"email": "string",
		"givenName": "string",
		"surname": "string",
		"profilePhotoName": "string",
		"userId": "string",
		"roleIds": [
			"string"
		],
		"state": "string"
	},
	"createdOn": "string",
	"updatedBy": {
		"id": "string",
		"email": "string",
		"givenName": "string",
		"surname": "string",
		"profilePhotoName": "string",
		"userId": "string",
		"roleIds": [
			"string"
		],
		"state": "string"
	},
	"updatedOn": "string",
	"status": "string",
	"permissions": [
		"string"
	]
}

Workflow Library Example

Add Label with Hyperproof and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop