improved
April 26th 2024 - Improvements
8 months ago by Daniel Laing
New functionality to list all the roles associated with a given user has been added to the following API endpoints:
GET /api/users{id}
- Retrieve user informationGET /api/users
- Retrieve all users
To display the associated roles for a given user or all users, specify the associatedRoles
field as a query parameter. For example:
GET https://sentinel.whitehatsec.com/api/users/123?fields=associatedRoles
For more information, see Access Control Management API v2.0.
Resolved issues
If a secret key exists in a set of site credentials, the value of secret_key
is now obscured in responses from the Retrieve site credentials endpoint.
For any issues or for further support Contact Us.