Get users
This endpoint returns a list of user objects known to the Secure Workload appliance.
GET /openapi/v1/users
Parameters: The request URL contains the following parameters
Name |
Type |
Description |
---|---|---|
include_disabled |
boolean |
(optional) To include disabled users, defaults to false. |
app_scope_id |
string |
(optional) Return only users assigned to the provided scope. |
Response object: Returns a list of user objects. Only site admins can see ‘Service provider users’, i.e. those not assigned to a scope.
Sample python code
GET /openapi/v1/users