Skip to content

Return List Of Active Users

Request

Returns a collection of user details with in the customer

Security
bearerToken
curl -i -X GET \
  https://connect.sandbox.creditsafe.com/v1/access/users/active \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
itemsArray of objects
totalSizeinteger, (int64)
Response
{ "items": [ {} ], "totalSize": 0 }