Skip to content
  • Auto
  • Light
  • Dark
Get Started

List

NOTE: Only shows personal clients for the current user.
get/api/v1/iam/personal_clients

Invokes the c1.api.iam.v1.PersonalClientService.List method.

Returns
listarray of idstringallowSourceCidrarray of stringclientIdstringcreatedAtstringdeletedAtstringdisplayNamestringexpiresTimestringlastUsedAtstringscopedRolesarray of stringupdatedAtstringuserIdstringPersonalClient
optional

The list field.

nextPageTokenstring
optional

The nextPageToken field.

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/iam/personal_clients \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{
  "list": [
    {
      "allowSourceCidr": [
        "string"
      ],
      "displayName": "displayName",
      "expiresTime": "2019-12-27T18:11:19.117Z",
      "scopedRoles": [
        "string"
      ]
    }
  ],
  "nextPageToken": "nextPageToken"
}