Skip to main content

Intelaccountsslice

Properties

NameTypeDescriptionNotes
Items[]IntelaccessaccountwireFirst page of accounts for the identity.[required]
NextStringAbsolute URL to the next accounts page; present only when more results exist.[optional]

Examples

  • Prepare the resource
$Intelaccountsslice = Initialize-Intelaccountsslice  -Items null `
-Next https://tenant.example.api.cloud.sailpoint.com/v2026/intelligence/identities/ef38f94347e94562b5bb8424a56397d8/accounts?limit=10&offset=10
  • Convert the resource to JSON
$Intelaccountsslice | ConvertTo-JSON

[Back to top]