Update
Update a user
Update
PUT
https://{{account_id}}.acquire.io/api/v1/account/user/{{userId}}
Update a user's information. Their userId must be passed in to the endpoint as a path parameter.
Path Parameters
Name
Type
Description
userId
integer
ID of the user
Headers
Name
Type
Description
Authorization
string
Bearer {api_key}
Body(raw)
Last updated