createUser
POST
Body
application/json
User data
[DEPRECATED] To create a User from within a bot, call an action of the integration instead.
Maximum length:
200
Name of the user
Maximum length:
200
URI of the user picture
Maximum length:
40000
Response
201
application/json
Returns a [User](#schema_user) object if creation succeeds. 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?