Skip to main content
PATCH
Update current user

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Body

application/json

Fields to update

lock_accounts_to_brand
boolean

LockAccountsToBrand toggles whether a social account already connected to one brand may be re-connected (moved) to a different brand. When true, such a connect attempt is rejected with 409 account.already_linked.

Example:

true

onboarding
boolean
Example:

false

referral
string
Example:

"Google search"

use_case
string
Example:

"Managing my own brand's social accounts"

Response

Updated user profile

allowed_platforms
string[]
Example:
avatar_url
string
Example:

"https://example.com/avatar.jpg"

beta_tester
boolean
Example:

false

billing_blocked
boolean

BillingBlocked is true when the subscription is past due and API access plus webhook delivery are paused. Clears automatically once paid.

Example:

false

billing_blocked_at
string

BillingBlockedAt is when the block began, or null when not blocked.

email
string
Example:

"user@example.com"

facebook_page_selection
boolean

FacebookPageSelection, when true, enables the shared-credential Facebook connect flow (page selection) in the dashboard. Read-only here.

Example:

false

id
string
Example:

"550e8400-e29b-41d4-a716-446655440000"

lock_accounts_to_brand
boolean

LockAccountsToBrand, when true, rejects connecting a social account that is already connected to another of your brands (409 account.already_linked) instead of moving it. Default false.

Example:

false

onboarding
boolean
Example:

true

plan
string
Example:

"free"

use_case
string
Example:

"Managing clients' accounts (agency)"