GET /v25.0/{business-user-id} HTTP/1.1
Host: graph.facebook.com
| Field | Description |
|---|---|
idnumeric string |
The business user's ID.
default |
Business user is associated with this business.
default | |
emailstring |
User's email as provided in Business Manager.
|
finance_permissionstring |
Financial permission role of the user in Business Manager, such as EDITOR, ANALYST, and so on.
|
first_namestring |
User's first name as provided in Business Manager.
|
ip_permissionstring |
This user's ads right permission role in Business Manager, such as Reviewer and so on.
|
last_namestring |
User's last name as provided in Business Manager.
|
namestring |
Name of user as provided in Business Manager.
default |
pending_emailstring |
Email for the business user that is still pending verification.
|
rolestring |
Role of the user in Business Manager, such as Admin, Employee, and so on.
|
titlestring |
The title of the user in this business.
|
two_fac_statusstring |
Two-factor authentication status of the business-scoped user.
|
| Edge | Description |
|---|---|
assigned_business_asset_groupsEdge<BusinessAssetGroup> |
Business asset groups that are assign to this business scoped user
|
assigned_pagesEdge<Page> |
Pages that are assigned to this business scoped user
|
assigned_product_catalogsEdge<ProductCatalog> |
Product catalogs that are assigned to this business scoped user
|
assigned_whatsapp_business_accountsEdge<WhatsAppBusinessAccount> |
WhatsApp business accounts that are assigned to the business user
|
| Error Code | Description |
|---|---|
100 | Invalid parameter |
104 | Incorrect signature |
| Parameter | Description |
|---|---|
emailstring |
Email of user to be added to this business.
required |
invited_user_typearray<enum {FB, MWA}> |
Not passing a value will default to 'FB'.
Use 'MWA' for inviting a user with their Meta account managed by their organization.
|
roleenum {FINANCE_EDITOR, FINANCE_ANALYST, ADS_RIGHTS_REVIEWER, ADMIN, EMPLOYEE, DEVELOPER, PARTNER_CENTER_ADMIN, PARTNER_CENTER_ANALYST, PARTNER_CENTER_OPERATIONS, PARTNER_CENTER_MARKETING, PARTNER_CENTER_EDUCATION, MANAGE, DEFAULT, FINANCE_EDIT, FINANCE_VIEW} |
Role of user to add to this business.
|
Struct {
id: numeric string,
}
| Error Code | Description |
|---|---|
368 | The action attempted has been deemed abusive or is otherwise disallowed |
100 | Invalid parameter |
613 | Calls to this api have exceeded the rate limit. |
457 | The session has an invalid origin |
190 | Invalid OAuth 2.0 Access Token |
415 | Two factor authentication required. User have to enter a code from SMS or TOTP code generator to pass 2fac. This could happen when accessing a 2fac-protected asset like a page that is owned by a 2fac-protected business manager. |
200 | Permissions error |
370 | Invalid call to update this page |
| Parameter | Description |
|---|---|
emailstring |
The email of the user at this business.
|
first_namestring |
First name for this business user.
|
last_namestring |
Last name for this business user.
|
roleenum {FINANCE_EDITOR, FINANCE_ANALYST, ADS_RIGHTS_REVIEWER, ADMIN, EMPLOYEE, DEVELOPER, PARTNER_CENTER_ADMIN, PARTNER_CENTER_ANALYST, PARTNER_CENTER_OPERATIONS, PARTNER_CENTER_MARKETING, PARTNER_CENTER_EDUCATION, MANAGE, DEFAULT, FINANCE_EDIT, FINANCE_VIEW} |
The role of the user at this business, such as ADMIN and so on.
|
skip_verification_emailboolean |
Whether to skip sending the verification email. The business persona email still requires verification - but just won't receive an email.
|
Struct {
success: bool,
}
| Error Code | Description |
|---|---|
100 | Invalid parameter |
415 | Two factor authentication required. User have to enter a code from SMS or TOTP code generator to pass 2fac. This could happen when accessing a 2fac-protected asset like a page that is owned by a 2fac-protected business manager. |
368 | The action attempted has been deemed abusive or is otherwise disallowed |
190 | Invalid OAuth 2.0 Access Token |
3914 | It looks like you’re trying to remove the last admin from this Business Manager. At least one admin is required in Business Manager. |
Struct {
success: bool,
}
| Error Code | Description |
|---|---|
3914 | It looks like you’re trying to remove the last admin from this Business Manager. At least one admin is required in Business Manager. |
100 | Invalid parameter |
200 | Permissions error |
415 | Two factor authentication required. User have to enter a code from SMS or TOTP code generator to pass 2fac. This could happen when accessing a 2fac-protected asset like a page that is owned by a 2fac-protected business manager. |