Distribution Wallets

Grant Account Access

Grants a user a role on a distribution account. Owner only.

The Owner role cannot be granted here, since it is always tenant-wide. An archived account takes no new grants.

post/distribution-wallets/{id}/memberships

Path parameters

idstring required

The unique identifier of the distribution account

Request body

user_idstring required

The user being granted access

role'financial_controller' | 'developer' | 'business' | 'initiator' | 'approver' required

The role to grant on this account. owner is rejected, since Owner is always tenant-wide.

Response

Access granted successfully

idstring
user_idstring
wallet_idstring
role'financial_controller' | 'developer' | 'business' | 'initiator' | 'approver'

The role the user holds on this account. Owner is always tenant-wide and never appears here.

granted_bystring

ID of the Owner who granted the access

created_atstring date-time
updated_atstring date-time

Changes

Changed in 1 of the 12 revisions of this API.1