Skip to main content
GET
Change Account Permission
Updates the account permission, allowing customers to control access and transaction capabilities for their accounts.

Request Headers

string
required
The JWT Access Token obtained from the /login or /refresh-token endpoint.
string
required
Unique idempotency key for the request to prevent duplicate processing.
string
required
The date and time at which the request was initiated (ISO 8601 format).
string
required
The IP address of the customer making the request.
string
required
Unique identifier for the interaction/session.

Path Parameters

string
required
The unique identifier (UUID) of the account to update permissions for.
string
required
The new permission level to set for the account. Valid values depend on the account permission enum.

Code Examples

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
x-idempotency-key
string
required
X-Auth-Token
string
required

Path Parameters

id
string
required
permission
string
required

Response

200

Updated account