v1
latestOpenAPI 3.0.02026-07-24126202516.7 KBUsers
Update User
Update an existing User's attributes using a given :id.
patch/users/{id}
Path parameters
idstring required
Unique ID that can be generated by the platform. Cannot contain '.' character.
Request body
Example request
{
"first_name": "Neol1556506027",
"last_name": "Calangi",
"email": "neol.calangi+buyer1556506027@promisepay.com",
"mobile": "+21556506027",
"country": "AUS",
"authorized_signer_title": "Director"
}Response
OK
Example response
{
"users": {
"full_name": "Samuel Seller",
"email": "samuel.seller@assemblypayments.com",
"first_name": "Samuel",
"last_name": "Seller",
"id": "Seller_1234",
"location": "AUS",
"verification_status": "pending",
"roles": [
"customer"
],
"dob": "encrypted",
"government_number": "encrypted",
"related": {
"addresses": "fe602dcf-4175-4f88-b5be-3beb04092dcd"
}
}
}