v1
latestOpenAPI 3.0.12026-07-245752052.0 MBworkers
Create or update a worker's custom attributes values
put/api/serviceworkforce/processes/workers/{workerIdentifier}/customAttributes
Path parameters
workerIdentifierstring uuid required
worker unique identifier
Request body
Example request
[
{
"value": "wanna work"
}
]Response
Successfully created or updated worker custom attribute
Example response
{
"data": [
{
"value": "wanna work"
}
]
}