CreateInviteRequest
Request to invite a user to the account
emailstringrequired
Email address of the user to invite
Possible values: <= 255 characters
fullNamestringrequired
Full name of the user to invite
Possible values: <= 255 characters
rolestringrequired
User role within the account.
- OWNER — Full account access. Can manage users, accept terms and conditions, and approve own transactions.
- ADMIN — Full operational access. Can approve own transactions but cannot manage users.
- EXECUTOR — Can create and approve payments and transfers. Cannot approve own transactions (segregation of duties).
- PREPARER — Can draft payments and manage beneficiaries. Cannot execute or approve transactions.
- VIEWER — Read-only access.
Possible values: [OWNER, ADMIN, EXECUTOR, PREPARER, VIEWER]
CreateInviteRequest
{
"email": "string",
"fullName": "string",
"role": "OWNER"
}