Update User


                https://api.ocamba.com/v1/hood/users/{id}
            

Updates a User if a valid identifier was provided

Rate limits:

Burst: 10/s
Steady: 150/m


Name
Description
idstringrequired
Unique resource identifier.


Example: 12345


Name
Description
commentstring
Comment added to user


Example: This is Ocamba User

emailstring
Email of the user. When reading the field will be masked. Use the proper filter to see it.


Example: [email protected]

lists[ string ]
An array of unique valid customer list ids. Shows which customer lists the user is in.


Example: ["1000102", "1000105"]

mobile_phone_numberstring
Mobile phone number in E.164 standard. By default, when reading, this field is masked. Use the proper filter to see it.


Example: +49658245684

204 - No Content
Arrow
request Arrow
{       
  "mobile_phone_number" : "+1441234567",
  "email":"[email protected]",
  "comment":"This is Ocamba User!"
}