API v1 ReferenceUser TagsAdds a batch of tags to the user with the specified id.Copy pagePOSThttps://api.awork.com/api/v1/users/:userId/addtags <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 to add tags to.RequestThe model with the tags to be added.namestringRequired0-255 charactersThe name of the tag to delete.colorstring or nullOptionalThe color of the tag. Use one of 'red', 'coral', 'yellow', 'green', 'teal', 'arctic', 'blue', 'azure', 'purple', 'violet'.ResponseOKidstring or nullformat: "uuid"The id of the entity.createdOndatetime or nullThe date this entity was created.createdBystring or nullformat: "uuid"The id of the user who created this entity.updatedOndatetime or nullThe date this entity was last modified.updatedBystring or nullformat: "uuid"The id of the user who last modified this entity.namestring or nullThe name of the tag.colorstring or nullThe color of the tag.Errors400Bad Request Error401Unauthorized Error