Retrieve a list of all Bitsight Security Ratings Platform user accounts in your organization.
Version 2
https://api.bitsighttech.com/ratings/v2/users
Path | Purpose | Description |
---|---|---|
/v2/users |
GET: Users | Get a list of all the users within your account. |
/v2/users |
POST: Create a New User | Create a new user. |
/v2/users/user_guid
|
GET: User Details | Get account details of a user in your organization. |
/v2/users/user_guid
|
PATCH: Edit a User | Edit an existing user. |
/v2/users/user_guid
|
DELETE: Delete a User | Delete an existing user. Deleting users cannot be undone. |
/v2/users/user_guid/require-mfa
|
POST: Require a User to Implement 2FA | Require a particular user to implement multi-factor/2-factor authentication (2FA). |
/v2/users/user_guid/resend-activation-email
|
POST: Resend User Activation Email | If the user has not received the Welcome to Bitsight email, which includes their activation link to access the Bitsight platform, use this endpoint to resend the activation email. |
/v2/users/user_guid/reset-mfa
|
POST: Reset 2FA for a User | Reset a user’s multi-factor/2-factor authentication (2FA). |
Version 1
https://api.bitsighttech.com/ratings/v1/users
Path | Purpose | Description |
---|---|---|
/v1/users |
GET: Users |
Get a list of all the users within your account. Version 2 now available. |
/v1/users/quota |
GET: User Quota | Get your account’s user quota. |
/v1/users/user_guid
|
GET: User Details |
Get account details of a user in your organization. Version 2 now available. |
/v1/users/user_guid/company-views
|
GET: Your Company Views | See your company monitoring activity, including companies you have recently or most often viewed. |
- July 10, 2023: Removed PDF.
- April 11, 2023: GET: User Quota [
/v1/users/quota
] - August 25, 2021: POST: Reset 2FA for a User [
/v2/users/{user_guid}/reset-mfa
] and POST: Require a User to Implement 2FA [/v2/users/{user_guid}/require-mfa
].
Feedback
0 comments
Please sign in to leave a comment.