Allows access to data related to users and user activity.
For access, please obtain an API key that has authorization to access this API. You can do this by visiting the DevSecOps page and creating or using an existing API key that has access to the Management API.
With an API key in hand, an example of a request to the users endpoint with cURL would then look like:
1 | curl -X GET -H 'Authorization: APIKey <apikey>' https//api.securetheorem.com/apis/management/v1/users |