v1

latestOpenAPI 3.0.12026-07-245752052.0 MB
workers

Create or update a worker custom attribute value

put/api/serviceworkforce/processes/workers/{workerIdentifier}/customAttributes/{customAttributeIdentifier}

Path parameters

workerIdentifierstring uuid required

worker unique identifier

customAttributeIdentifierstring uuid required

custom attribute unique identifier

Request body

Example request

{
  "value": "wanna work"
}

Response

Successfully created or updated worker custom attribute

Example response

{
  "data": {
    "value": "wanna work"
  }
}