Skip to content

Business System User Access Tokens

Updated: May 28, 2025

Reading

You can't perform this operation on this endpoint.

Creating

/{business_id}/system_user_access_tokens

You can make a POST request to system_user_access_tokens edge from the following paths:

When posting to this edge, no Graph object will be created.

Parameters

ParameterDescription
asset array<int64>asset
fetch_only booleanfetch_only
scope List<Permission>scope
set_token_expires_in_60_days booleanset_token_expires_in_60_days
system_user_id int64system_user_id

Return Type

This endpoint supports read-after-write and will read the node to which you POSTed.

Struct  {
access_token: string,
}

Error Codes

Error CodeDescription
3962Provided permission is not valid. Check your spelling and syntax.
452Session key invalid. This could be because the session key has an incorrect format, or because the user has revoked this session
200Permissions error

Updating

You can't perform this operation on this endpoint.

Deleting

You can't perform this operation on this endpoint.

Unofficial mirror for reference/search purposes. All content originates from developers.facebook.com — see the source link at the top of each page. Machine-readable indexes: llms.txt · llms-full.txt · About