Skip to main content

IdentitiesAccountsBulkRequest

Properties

NameTypeDescriptionNotes
identity_ids[]strThe ids of the identities for which enable/disable accounts.[optional]
}

Example

from sailpoint.beta.models.identities_accounts_bulk_request import IdentitiesAccountsBulkRequest

identities_accounts_bulk_request = IdentitiesAccountsBulkRequest(
identity_ids=[2c91808384203c2d018437e631158308, 2c9180858082150f0180893dbaf553fe]
)

[Back to top]