Skip to main content

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

To find the ID of a business, go to Business Manager > Business Settings > Business Info. There, you will see information about the business, including the ID.

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.
To find the ID of a WhatsApp Business Account, go to Business Manager > Business Settings > Accounts > WhatsApp Business Accounts. Find the account you want to use and click on it. A panel opens, with information about the account, including the ID. For the <ASSIGNED_USER_ID>, use the system user ID returned from your /<WHATSAPP_BUSINESS_ACCOUNT_ID>/system_users call.

Permissions

Response

Retrieve assigned users

You can fetch the assigned users of the WhatsApp Business Account to verify that the user was added. This is not a required step but helps with validation.

Request syntax

In the following example, use the ID for the assigned WABA.

Response

See Also

Reference: WhatsApp Business Account Did you find this page helpful? Thumbs up icon Thumbs down icon ON THIS PAGE Retrieve System User IDs Request Response Add System Users to a WhatsApp Business Account Request syntax Permissions Response Retrieve assigned users Request syntax Response See Also