updateUser
Update a User object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PUT
Path Parameters
User ID
Body
application/json
User data
Name of the user
Maximum length:
200
URI of the user picture
Maximum length:
40000
Response
200
application/json
Returns an updated [User](#schema_user) object if a valid identifier was provided. Returns [an error](#errors) otherwise
The user object represents someone interacting with the bot within a specific integration. The same person interacting with a bot in slack and messenger will be represented with two different users.
Was this page helpful?