Updates a user

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

ID of the user to update

Body Params
string | null
string | null
string | null
string | null
string | null
integer | null

Primary chapter ID (backwards compatible)

chapter_ids
array of integers | null

Full array of chapter IDs (replaces all). Requires multi-chapter feature.

chapter_ids
add_chapter_ids
array of integers | null

Array of chapter IDs to add. Requires multi-chapter feature.

add_chapter_ids
remove_chapter_ids
array of integers | null

Array of chapter IDs to remove. Requires multi-chapter feature.

remove_chapter_ids
boolean | null

When true with chapter_id, sets that chapter as the only chapter (removes all other chapter memberships).

string | null
integer | null
custom_user_properties
object | null

Custom property values keyed by internal_name. Use a string for single-value fields. Use an array of strings for Multiple Checkboxes fields. Comma-separated strings are also accepted for Multiple Checkboxes.

address
object | null

Optional address to update. We will attempt to geocode the address if latitude and longitude are not provided.

string | null

Assessment status key to set on the user (maps to classification)

boolean | null
boolean | null
boolean | null
string | null

IANA timezone identifier (e.g., "America/New_York", "Europe/London")

donation_charge
object | null

Optional external donation charge to create

Response
200

user updated

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!