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
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the member tag. |
isActive | boolean | A flag to indicate if the member tag is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |