Update a client
POST
https://api.tamio.com/v2/clients/update/{uuid}
Updates an existing client's information including name, country, quotas, and permissions.
At least one field besides uuid must be provided.
Path Parameters
uuid
string*
UUID of the client to update
Body Parameters
name
string
Full name of the client/company
country
string
Two-letter country code
permissions
object
Detailed permissions matrix controlling access to various system features. Each feature area is an object with boolean permission flags (view, edit, create, remove, publish).
quotas
object
Resource usage limits for the client account
Responses
200
Client updated successfully
Client updated successfully
status
integer
client
Client
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: client UUID does not exist or belongs to another agency10147– MissingDomain: agency has no validated domain10329– InvalidSMSQuotas: SMS balance exceeds agency's available SMS quota
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string