bots
Endpoints for creating, getting and updating bot users.
Convert a user into a bot
Convert a user into a bot.
Create a bot
Create a new bot account on the system. Username is required.
Get bots
Get a page of a list of bots.
Patch a bot
Partially update a bot by providing only the fields you want to update. Omitted fields will not be updated. The fields that can be updated are defined in the request body, all other provided fields will be ignored.
Get a bot
Get a bot specified by its bot id.
Disable a bot
Disable a bot.
Enable a bot
Enable a bot.
Assign a bot to a user
Assign a bot to a specified user.
Convert a bot into a user
Convert a bot into a user.