Service Users were previously called Bot Users.The Bot User API endpoint is still available but will be deprecated in the future.
If you need the Bot Users API reference, you can find it here.
Create Service User
Create a new Service User.Request
POST /service_users
Example request
Parameters
Response
Returns a 201 response on success.Example response
Fields
Delete Service User
Delete a Service User by ID.Request
DELETE /service_users/\{id\}
Example request
Response
Returns a 204 response with no body on success.Get Service User
Get the details of a Service User by ID.Request
GET /service_users/\{id\}
Example request
Response
Returns a 200 response on success.Example response
Fields
List Service Users
List all Service Users in this account.Request
GET /service_users
Example request
Response
Returns a 200 response on success.Example response
Fields
ServiceUser fields
Update Service User
Update attributes of a Service User by ID.Request
PATCH /service_users/\{id\}