Credential Equivalence Sets
Manage credential equivalence set definitions.
Get credential equivalence set
Fetch a single set by code.
Replace credential equivalence set
Wholesale replace of set properties (audit fields are preserved).
Soft delete credential equivalence set
Marks the set as removed.
Partially update credential equivalence set
Apply a partial update. The path code is the entity ID; any `code` field in the body is rejected.
List credential equivalence sets
Search sets. Filter by `active` (boolean) or free-text search across name and code. Soft-deleted entries are excluded by default.
Create credential equivalence set
Create a new set. The entity ID (`code`) is auto-generated from the set name — any `code` supplied in the body is ignored. The generated code is returned in the response and the Location header.
Deactivate a set
Sets `active` = false.
Activate a set
Sets `active` = true.