cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#FRONT_UPDATE_ACCOUNT' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "FRONT_UPDATE_ACCOUNT", "parameters": { "accountId": "<string>", "accountName": "<string>", "description": "<string>", "domains": "<string>", "externalId": "<string>", "customFields": {} } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Account ID : Specify the ID of the Account to Update. (example: "acc_cs65p0")
Account Name : Name of the Account (example: "Enter Name")
Account Description : Description of the Account (example: "Enter Description")
Domains : Add Domains (example: "Enter Domains")
External ID : ID of the Account in an external system (example: "Enter External ID")
Custom Fields : Custom field (https://dev.frontapp.com/reference/post_accounts) attributes for this account
Success
Was this page helpful?