Cloud Internal

List unassigned subjects, including Kong entities

List unassigned subjects on the UI, including Kong entities.

get/api/internal/subjects/kong/unassigned

Query parameters

searchstring

Search for unassigned subjects by key or display name. Case insensitive, partial match.

limitinteger

Number of items to return.

Default is 100.

kindsSubjectKind[]

Filter by subject kind.

Response

The request has succeeded.

displayNamestring nullable

A human-readable display name for the subject.

keystring required

A unique, human-readable identifier for the subject. This is typically a database ID or a customer key.

subjectKind'consumer' | 'application' | 'generic' required

Example response

[
  {
    "displayName": "Customer Name or Consumer Name or Dev Portal Application Name",
    "key": "customer-db-id-123"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.