Member certification object

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

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