Skip to main content
PATCH
Update an existing user’s information.

Request Headers

string
required
API Key. Go to your Konstantly site > Settings > API and copy the value from there.

URL Parameters

string
required
User API ID

Request Body

string
required
User’s email address (must be unique)
string
Full name of the user (only if changing)
string
User password (only if changing)
string
Role alias or identifier (only if changing)
string
Optional bio description
string
Optional job title (only if changing)
string
Optional location (only if changing)
string
Timezone in TZ format (only if changing)
boolean
API management flag (only if changing)
object
Complete set of custom user attributes (overwrites current values)

Response

On success, returns HTTP 200 status code.

Error Responses

object
Validation error response
object
Not Found error response