API v1 ReferenceUser TagsUpdates a tag globally for all users.Copy pagePOSThttps://api.awork.com/api/v1/users/:userId/updatetags <Check title="Required Permissions" icon="key">The user must be an admin or have `user-master-data:write` permissions.</Check>AuthenticationAuthorizationBearerBearer authentication of the form Bearer <token>, where token is your auth token.Path parametersuserIdstringRequiredformat: "uuid"The id of the user whose tag should be updated.RequestThis endpoint expects an object.oldTagNamestringRequired>=1 characterThe old name of the tag.newTagobjectRequiredShow 2 propertiesshouldMergeboolean or nullOptionalIf true, merge the tags if they already exist. If false, throw an error if the tag already exists.ResponseOKErrors400Bad Request Error404Not Found Error