Updates a tag globally for all users.

<Check title="Required Permissions" icon="key">The user must be an admin or have `user-master-data:write` permissions.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

userIdstringRequiredformat: "uuid"
The id of the user whose tag should be updated.

Request

This endpoint expects an object.
oldTagNamestringRequired>=1 character
The old name of the tag.
newTagobjectRequired
shouldMergeboolean or nullOptional
If true, merge the tags if they already exist. If false, throw an error if the tag already exists.

Response

OK

Errors