Skip to content

Organization → Details

The org's own profile: name, contact info, logo, and compliance flags.

GET /organization/v1

Returns the caller's organization info (name, contact details, branding flags, eidasEnabled, esignConsentRequired, etc.).

PUT /organization/v1/{id}

Owner-only.

{
  "name": "Acme Corp",
  "owner": { "name": "Jane Doe", "emailAddress": "jane@example.com" },
  "contactNumber": "+14155550123",
  "dateFormat": "MM/DD/YYYY",
  "eidasEnabled": false,
  "esignConsentRequired": true,
  "mergeEvidenceReportWithSignedPdf": false
}
Field Validation
name required, 5–50 chars
owner nested object
contactNumber 11–20 chars, + followed by digits
logo, dateFormat optional strings
eidasEnabled, esignConsentRequired, mergeEvidenceReportWithSignedPdf optional booleans

Serves the org's branding logo image — see Branding for uploading/changing it.

GET /organization/v1/count/organization

{ "templatesCount": 12, "orgUsersCount": 24, "businessAppsCount": 2 }

Quick counts shown as summary stats on the Details tab.