Member tag object

Member tags can be assigned to each member in Ruddr. This allows you to define custom member attributes. You can then filter reports using Member Tags.

Example

{
  "id": "96de4d56-dd42-44d9-8676-85ed1d1d03b0",
  "name": "Remote",
  "isActive": true,
  "createdAt": "2024-04-22T18:26:55.141Z"
}

Attributes

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the member tag.
isActivebooleanA flag to indicate if the member tag is active in the system.
createdAttimestampThe timestamp when the object was created.