An organisation is the root entity for your SIS integration. It owns all environments, API keys, and team members. Everything you configure in the dashboard lives under your organisation.
Organisation Types
The type of your organisation controls which parts of the dashboard are visible and which SIS capabilities you have access to.
| Type | What It Unlocks |
|---|
sis | Identity lookups only — validate user JWTs and resolve Sumvin identities |
whitelabel | Full embedded wallet — onboarding, wallets, KYC, and identity |
both | All capabilities from both |
Your organisation type is assigned during provisioning. If you need it changed, contact Sumvin support.
Key Fields
You can find and edit your organisation details under Organisation → Settings.
| Field | Description |
|---|
| Organisation ID | Immutable unique identifier used in SIS API calls |
| Name | Display name, editable in Settings |
| Contact Email | Primary contact for the organisation, editable in Settings |
| Status | active, pending, or suspended |
Your Organisation ID is immutable. Store it in your environment config — you’ll use it as a path parameter in most SIS API calls (e.g. /v0/organisation/{organisation_id}/members).
Editing Organisation Details
Organisation → Settings lets you update the display name and contact email. The organisation ID and type are read-only.