SDK — update a business account's mutable fields (e.g. name)
PATCH
SDK — update a business account's mutable fields (e.g. name)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
ID of the business account
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Body
application/json
PATCH body for updating a business account. Omitted fields are left unchanged.
Maximum string length:
255Response
Updated business account
A multi-operator wallet container (product name "Business Accounts")
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Maximum string length:
255Developer-supplied stable ID inside the env
Maximum string length:
255Last modified on July 23, 2026
Previous
SDK — add a member to a business accountCaller must be an owner or admin of the business account. Target user is
resolved by `userId` OR `identifier + type` (email/externalUserId
create-or-resolve; id direct lookup). Idempotent: if the target is
already an active member the existing row is returned with 200.
Next
SDK — update a business account's mutable fields (e.g. name)