Returns all clients associated with the API key.

Parameters

ParameterDescription
PageThe page number of results to return.
Page SizeThe number of results per page to return.

Example Output

{
  "page": {
    "size": <PAGESIZE>,
    "totalElements": <TOTALELEMENTS>,
    "totalPages": <TOTALPAGES>,
    "number": <PAGENUMBER>
  },
  "_embedded": {
    "clients": [
      {
        "id": <ID>,
        "uuid": "<UUID>",
        "name": "<NAME>",
        "rs3": <RS3>,
        "contact": {
          "address": "<ADDRESS1>",
          "address2": "<ADDRESS2>",
          "city": "<CITY>",
          "state": "<STATE>",
          "zip": <ZIP>,
          "phone": "<PHONE>"
        },
        "expirationDate": "<EXPIRATIONDATE>",
        "notes": "<NOTES>",
        "description": "<DESCRIPTION>",
        "industry": "<INDUSTRY>",
        "disabled": <DISABLED>,
        "demoClient": <DEMOCLIENT>,
        "accountManagerId": <ACCOUNTMANAGERID>
      }
    ]
  },
  "_links": {
    "self": {
      "href": "http://platform.risksense.com/api/v1/client?page=<PAGENUMBER>&size=<PAGESIZE>"
    }
  }
}

Workflow Library Example

List Clients with Ivanti Risksense and Send Results Via Email

Preview this Workflow on desktop