Magidoc

UserTag
Object

An assignment of a resource tag (role or custom tag) to a user or placeholder. Each UserTag record links one user (userId) or placeholder (placeholderId) to one ResourceTag (resourceTagId). Use getUserTags to find all users / placeholders that hold a given role or tag.

Fields

#

_id

ID !
Non-null

workspace

ID !
Non-null

userId

ID of the assigned user — null when the assignment is for a placeholder

placeholderId

ID of the assigned placeholder — null when the assignment is for a real user

resourceTagId

ID !
Non-null

ID of the ResourceTag (role or custom tag) assigned

customTagId

tagType

Non-null

Whether this assignment is a resourcing role (role) or a custom tag (custom)

deleted

Non-null

Usages

#

References

#