Users
API Documentation for the BugSplat Users Endpoint
Last updated
Was this helpful?
API Documentation for the BugSplat Users Endpoint
Last updated
Was this helpful?
Get a list of users, add a user, or remove a user from a specified database.
GET
https://app.bugsplat.com/api/user/users
Returns a list of users and access rights for the specified database.
database
string
BugSplat database containing users
POST
https://app.bugsplat.com/api/user/users
Adds a new user to the specified database.
database
string
BugSplat database to add the user to
username
string
Email of user to be added to the database
DELETE
https://app.bugsplat.com/api/user/users
Removes a user from the specified database. The authenticated user must not be restricted for this call to succeed.
database
string
BugSplat database that contains the user
username
number
Email of the user to remove