Member certifications can be assigned to each member in Ruddr. This allows you to define certifications or credentials and optionally filter reports in the future.
Example
{
"id": "c2e6a5b1-1b4b-4f0a-8a75-5aa438e4d1c1",
"name": "AWS Certified",
"description": "Members who hold an official Amazon Web Services (AWS) certification, validating their cloud proficiency.",
"isActive": true,
"createdAt": "2025-11-04T14:56:01.352Z"
}
Attributes
| Name | Type | Description |
|---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the member certification. |
description | string | The description of the member certification. |
isActive | boolean | A flag to indicate if the member certification is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |
