Sign in

Update user

documented

Update user attributes (name, email, password, title, external_id, state, extras).

PUT /{site}/users/{user_id}Usersno implementation yet0 runs

Input

site
Tender site slug (path segment after api.tenderapp.com)
yoursite
user_id*
User ID
12345
name
Full name
Alice Smith
email
Email address
alice@example.com
title
User title
Support Agent
external_id
External ID
ext-123
state
Account state
active
password
Password
Enter new password
password_confirmation
Password confirmation
Re-enter password
extras
Extras (JSON)
{"foo":"bar"}
Calls Tender Support as you (your API key is your account); keychains.dev holds the credentials.