Manage Users

You can use the API to add, update, and delete users for your Cybereason instance.

Tasks

All APIs assume a URL prefix of https://<your server>/rest.

Note

Click on any URI path to view more detailed information on a specific API request.

Task

Endpoint

Method

Returns

Retrieve a list of users

users

GET

List of users and user details

Create a user

users:username

POST

Status message for the user creation

Update user details

users:username

PUT

Status message for the user update

Delete a user

users:username

DELETE

Status message for the deletion