Credential Organizations CRUD Operations
Endpoints
| Operation | Method | Endpoint | Description |
|---|---|---|---|
| Create | POST | /credential-organizations/ | Create a new organization |
| Get | GET | /credential-organizations/{code} | Retrieve an organization by code |
| Update | PUT | /credential-organizations/{code} | Update names, parent, or metadata |
| Delete | DELETE | /credential-organizations/{code} | Delete an organization |
Organizations are identified by a stable code (unique within the project). Custom metadata attached to an organization can serve as defaults for credentials assigned to that organization.