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.
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.