Skip to main content
PATCH

Authorizations

X-API-Key
string
header
required

SageScreen API key stored in ss_zapier_api_key option

Path Parameters

user_id
string
required
Example:

"42"

Body

application/json

Partial update — only supplied fields are modified

email_product_updates
boolean
Example:

true

email_product_marketing
boolean
Example:

false

council_id
string<uuid>

Reassign to a different council (must exist)

Example:

"c9d8e7f6-5a4b-3c2d-1e0f-a1b2c3d4e5f6"

role
enum<string>

Set role (invalid values silently ignored with log)

Available options:
council_admin,
council_power_user,
council_member,
member
Example:

"council_power_user"

active
boolean

If false and no role given, sets role to member (deactivated)

Example:

false

Response

User updated

success
boolean
data
object