Manage System Users | Developer Documentation
Manage System Users
Updated: Nov 14, 2025
Adding your System User to shared WhatsApp Business Accounts allows you to programmatically manage the accounts. On this guide, we go over actions BSPs may need to perform to manage their system users.
Add System Users to a WhatsApp Business Account
For this API call, you need to use the access token of a System User with admin permissions.
Permissions
| Name | Description |
|---|---|
MANAGE |
Provides admin access.
Users can have admin access on a WhatsApp Business Account that is shared with Admin permissions.
Note: If you are a Solution Partner trying to add a user to a WhatsApp Business Account that is shared with you via a Multi-Partner Solution, then you would need to account for the following scenarios:
MESSAGING permission on the solution, then you need to decide which granular tasks you need when adding the user to the shared WhatsApp Business Account: DEVELOP, MANAGE_TEMPLATES, MANAGE_PHONE, VIEW_COST, MANAGE_EXTENSIONS, VIEW_PHONE_ASSETS, MANAGE_PHONE_ASSETS, VIEW_TEMPLATES, VIEW_INSIGHTS, MANAGE_USERS, MANAGE_BILLING.In such scenario, also note that MANAGE_BILLING is needed for sharing Line of Credit.MANAGE will only work if you are given full access on the solution i.e. including MESSAGING. |
DEVELOP |
Provides developer access. Users can have developer access on a WhatsApp Business Account that is shared with Standard permissions. |
Response
{
"success": true
}