Logo
WhatsApp Business Platform API Documentation

Add System User to WABA

POST https://graph.facebook.com/{{Version}}/{{Assigned-WABA-ID}}/assigned_users?user={{User-ID}}&tasks=['<PERMISSIONS>']

For full descriptions on each permission option, see Manage System Users, Permissions.

 

Body PARAM

Key Datatype Required Description 
user
string System user ID
tasks
string MANAGE or DEVELOP



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://graph.facebook.com/Version/Assigned-WABA-ID/assigned_users?user=User-ID&tasks=['<PERMISSIONS>']?user=User-ID&tasks=['<PERMISSIONS>']'

ENDPOINTS