createUser
Creates a new User. This operation can only be called when using the shared encryption key.
POST
/usersRequest body
User data
namestringName of the User (not a unique identifier)
pictureUrlstringPicture url of the User
profilestringCustom profile data of the User encoded as a string(max length: 1000)
idstringIdentifier of the User
Response
Returns a User
userobjectrequiredThe 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.
keystringrequired