Appearance
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
| Parameter | Description |
|---|---|
asset array<int64> | asset |
fetch_only boolean | fetch_only |
scope List<Permission> | scope |
set_token_expires_in_60_days boolean | set_token_expires_in_60_days |
system_user_id int64 | system_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 Code | Description |
|---|---|
| 3962 | Provided permission is not valid. Check your spelling and syntax. |
| 452 | Session key invalid. This could be because the session key has an incorrect format, or because the user has revoked this session |
| 200 | Permissions error |
Updating
You can't perform this operation on this endpoint.
Deleting
You can't perform this operation on this endpoint.