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. For help creating a system user, see System Users, Create, Retrieve and Update a System User. For help generating your system user access token, see System Users, Install Apps and Generate Tokens.Retrieve System User IDs
You can cache the System User IDs for future use.Request
Response
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.Request syntax
In the following example, use the ID for the assigned WABA.<ASSIGNED_USER_ID>, use the system user ID returned from your /<WHATSAPP_BUSINESS_ACCOUNT_ID>/system_users call.
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: If you are not granted 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. |

