v1
latestOpenAPI 3.1.12026-07-14355311.4 MBTargetList
List TargetList . users
List 'User' records related through the 'users' link.
get/TargetList/{id}/users
Query parameters
offsetinteger
A pagination offset.
maxSizeinteger
The maximum number of records to return.
orderBystring
An attribute (field) to order by.
order'asc' | 'desc'
An order direction.
textFilterstring
A text filter query. Wildcard (*) is supported.
primaryFilter'active' | 'activePortal' | 'activeApi' | 'portal' | 'api' | 'internal'
A primary filter.
boolFilterListstring[]
Bool filters.
attributeSelectstring[]
Attributes to return. Select only the necessary ones to improve performance.
Where items.
Response
Success.
Example response
{
"list": [
{
"createdAt": "2026-11-29 12:34:56",
"modifiedAt": "2026-11-29 12:34:56",
"lastAccess": "2026-11-29 12:34:56"
}
]
}