Users
API Documentation for the BugSplat Users Endpoint
This endpoint supports paging, and filtering queries. More information paging filtering, and grouping is available here.
Get a list of users, add a user, or remove a user from a specified database.
Users
GET
https://app.bugsplat.com/api/users
Returns a list of users and access rights for the specified database.
Query Parameters
Name | Type | Description |
---|---|---|
database | string | BugSplat database containing users |
Users
POST
https://app.bugsplat.com/api/users
Adds a new user to the specified database.
Request Body
Name | Type | Description |
---|---|---|
username | string | Email of user to be added to the database |
database | string | BugSplat database to add the user to |
Users
DELETE
https://app.bugsplat.com/api/users
Removes a user from the specified database. The authenticated user must not be a restricted user for this call to succeed.
Query Parameters
Name | Type | Description |
---|---|---|
uId | number | Id of the user to remove |
database | string | BugSplat database that contains the user |
Last updated