Altinn system user / Access Management
Lets KETL act on behalf of customers based on approved access packages — Altinn II hard cutoff on 19 June 2026. Exposes query/create flows for system-user registrations; requires Maskinporten token exchange with the scopes altinn:authentication/systemuser.{read,write}.
—
Data volume
Real time
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/healthStatus + Maskinporten-konfig + cutoff-dager igjen
- deep optional
- Sett `deep=1` for å få med det fulle probe-objektet (`deepProbe`). Enhver annen verdi gir samme svar som uten parameteren — verdimengden er IKKE lukket, så ruta avviser ingenting (MÅLT 2026-08-30).
deep=1
Show curl example
# GET https://data.ketl.no/api/connectors/altinn-systemuser/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/altinn-systemuser/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/byquerySlå opp systembruker på systemId × orgnr
- systemId required
- System-ID (3–128 tegn, alfa/num/._-)
systemId=my-system_v1 - orgnr required
- Organisasjonsnummer systembrukeren tilhører (9 siffer)
orgnr=923609016 - externalRef optional
- Valgfri ekstern referanse (1–128 tegn, alfa/num/._:-)
externalRef=kunde-4711
Show curl example
# GET https://data.ketl.no/api/connectors/altinn-systemuser/byquery?systemId=my-system_v1&orgnr=923609016
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/altinn-systemuser/byquery?systemId=my-system_v1&orgnr=923609016"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/system-userOpprett ny systembruker-forespørsel
Show curl example
# POST https://data.ketl.no/api/connectors/altinn-systemuser/system-user
curl -X POST \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/altinn-systemuser/system-user"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.