API Docs / Operations / Client - Agent Authorisations / Update Agent Authorisations

Update Agent Authorisations

PUT /tenants/{tenant}/clients/{client}/agent-authorisations

Updates the status of one or more HMRC 64-8 agent authorisation types for the specified client. Only the types included in the request are updated; others are left unchanged. Returns the full list of all 11 types.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string

Request Body*

[
  {
    "authorisationType": "...",
    "status": "..."
  }
]

Responses

200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it