USERS
Update user
Modify an existing user’s details such as email or username. Requires write access.
PATCH
/
v1
/
users
/
{userId}
/
update
Authorizations
Public-Key
string
headerrequiredSecret-Key
string
headerrequiredPath Parameters
userId
string
requiredPATCH /v1/users/:userId/update Parameter
Body
application/json
email
string
username
string | null
Response
200 - application/json
status
string
requiredAllowed value:
"success"
data
object
required