Returns the WhatsApp Business Account's assigned users.
Requirements
whatsapp_business_management permission
whatsapp_business_messaging permission
public_profile permission
BUSINESS ID (also referred to as BUSINESS MANAGER ID in Business Settings)
WhatsApp Business Account (WABA) ID
USER ACCESS TOKEN
Request
curl -i -X GET \
"https://graph.facebook.com/LATEST-VERSION/WHATSAPP-BUSINESS-ACCOUNT-ID/assigned_users?
business=BUSINESS-ID&
access_token=USER-ACCESS-TOKEN"
Response
{ "data": [ { "id": "ASSIGNED-USER-ID", "name": " ", "tasks": [ "MANAGE" ] } ], "paging": { "cursors": { "before": "BEFORE-CURSOR", "after": "AFTER-CURSOR" } } }
Parâmetro | Descrição |
---|---|
business numeric string | business Obrigatório |
A leitura desta borda retornará um resultado formatado em JSON:
{ "
data
": [], "paging
": {}, "summary
": {} }
data
Os seguintes campos serão adicionados a cada nó que for retornado:
Campo | Descrição |
---|---|
tasks list<string> | Tasks the user has on the WABA |
paging
summary
Informações agregadas sobre a borda, como contagens. Especifique os campos a serem buscados no parâmetro de resumo (como summary=total_count
).
Campo | Descrição |
---|---|
total_count unsigned int32 | Total count |
Erro | Descrição |
---|---|
100 | Invalid parameter |
/{whats_app_business_account_id}/assigned_users
.Parâmetro | Descrição |
---|---|
tasks array<enum {MANAGE, DEVELOP, MANAGE_TEMPLATES, MANAGE_PHONE, VIEW_COST, MANAGE_EXTENSIONS, VIEW_PHONE_ASSETS, MANAGE_PHONE_ASSETS, VIEW_TEMPLATES, MESSAGING}> | Permissions on WhatsApp Business Account Obrigatório |
user UID | Business user ID Obrigatório |
success
: bool, Erro | Descrição |
---|---|
100 | Invalid parameter |
200 | Permissions error |
80008 | There have been too many calls to this WhatsApp Business account. Wait a bit and try again. For more info, please refer to https://developers.facebook.com/docs/graph-api/overview/rate-limiting. |
/{whats_app_business_account_id}/assigned_users
.Parâmetro | Descrição |
---|---|
user UID | Business user ID Obrigatório |
success
: bool, Erro | Descrição |
---|---|
100 | Invalid parameter |