Credential Organizations API
Endpoints
CRUD Operations
- Create Credential Organization - Create a new organization
- Get Credential Organization - Retrieve an organization by code
- Update Credential Organization - Update display names, parent, or metadata
- Delete Credential Organization - Delete an organization
Authentication
All endpoints require authentication using a Personal API Access Token.
Permissions
GET Operations
- User must have
IDENTITY+VIEWpermission in the project - If the asset category does not exist, user must have at least one permission in the project
POST/PUT/DELETE Operations
- User must have
IDENTITY+MANAGEpermission in the project
| Operation | Required Permission |
|---|---|
| Get Credential Organization | IDENTITY + VIEW (or any permission if category doesn't exist) |
| Create/Update/Delete Credential Organization | IDENTITY + MANAGE |
Related Documentation
- Credentials API - Manage individual credentials
- Authentication Guide - How to obtain and use API tokens
- Error Handling - Error response formats