Update the account display name.
Permission: account:edit (admin+ role)
account:edit
cURL
curl --request PUT \ --url https://app.dacard.ai/api/account \ --header 'Content-Type: application/json' \ --cookie __session= \ --data ' { "name": "<string>" } '
{ "success": true }
Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.
New account display name
Account updated
true
Was this page helpful?