Update User (Human)
Deprecated: Use UpdateUser to update a user.
Update all information from a user.
Path Parameters
user_id*string
Request Body
application/json
username?|
profile?|
email?|||
phone?|||
password?|
[key: string]?never
Response Body
application/json
curl -X PUT "https://loading/v2/users/human/string" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
},
"emailCode": "string",
"phoneCode": "string"
}Was this page helpful?
Update a User
Update a User: Partially update an existing user. If you change the users email or phone, you can specify how the ownership should be verified. If you change the users password, you can specify if the password sh...
User by ID
User by ID: Returns the full user or Service Account including the profile, email, etc..