Retrieve a list of all Bitsight Security Ratings Platform user accounts in your organization.
- GET: Users
-
Get a list of all the users within your account.
Path: GET
/users - POST: Create a New User
-
Create a new user.
Path: POST
/users - GET: User Quota
-
Get your account’s user quota.
Path: GET
/users/quota - GET: User Details
-
Get account details of a user in your organization.
Path: GET
/users/user_guid - PATCH: Edit a User
-
Edit an existing user.
Path: PATCH
/users/user_guid - DELETE: Delete a User
-
Delete an existing user. Deleting users cannot be undone.
Path: DELETE
/users/user_guid - GET: Your Company Views
-
See your company monitoring activity, including companies you have recently or most often viewed.
Path: GET
/users/user_guid/company-views - POST: Require a User to Implement 2FA
-
Enforce multi-factor/2-factor authentication (2FA) on a user.
Path: POST
/users/user_guid/require-mfa - 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.
Path: POST
/users/user_guid/resend-activation-email - POST: Reset 2FA for a User
-
Reset a user’s multi-factor/2-factor authentication (2FA).
Path: POST
/users/user_guid/reset-mfa
- 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.