List Enrollment Automations
Get all enrollment automations for a specified user identity
Returns a list of all enrollment automations for a specified user identity.
Request
Specify the user identity for which you want to retrieve all enrollment automations by including the corresponding acs_system_id
in the request body.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String Required | ID of the user identity for which you want to retrieve all enrollment automations |
Sample Request
Response
Returns an enrollment_automations
array, in which each returned enrollment automation (enrollment_automation
) contains the following properties:
Property | Description |
---|---|
| ID of the associated user identity |
| ID of the enrollment automation |
| ID of the ACS credential provisioning automation |
| ID of the associated ACS system that serves as the credential manager |
| Boolean value to indicate whether the enrollment automation is running |
| ID of the workspace that contains the enrollment automation |
| Date and time at which the enrollment automation was created |
This response also includes a Boolean ok
status indicator.
Sample Response
Last updated