https://api.bitsighttech.com/ratings/v1/users
Get a list of all the users within your account.
Version 2 is available.
Parameters
include_details-
[Query] Include extra user details.
Value: [Boolean]
Default: ↻
false show_all-
[Query] Show all users.
Value: [Boolean]
Default: ↻
false, only active users are shown; the user is not a company API token. view_company-
[Query] Include only the users who can view the specified company.
Value: [String] If
null(empty), users are not filtered in this manner.Default: ↻
null
Example Request
curl 'https://api.bitsighttech.com/ratings/v1/users' -u api_token:
Example Response
[
{
"friendly_name":"Jane",
"formal_name":"Jane Smith",
"first_name":"Jane",
"last_name":"Smith",
"email":"jane.smith@domain.com",
"guid":"630867c3-c95c-4408-a07a-ed576cda8ede"
}
]
Response Attributes
| Field | Description |
|---|---|
friendly_name String |
This user’s preferred name. |
formal_name String |
This user’s full name. |
first_name String |
[Deprecated] The user’s first name. |
last_name String |
[Deprecated] The user’s last name. |
|
String |
This user’s email address. |
guid String [ |
This user’s unique identifier. |
- May 20, 2020: Version 2 is available.
Feedback
0 comments
Please sign in to leave a comment.