Get an Enrollment Automation
Get a specified enrollment automation
Returns a specified enrollment automation.
/user_identities/enrollment_automations/get
OK
Request
Specify the desired enrollment automation by including the corresponding enrollment_automation_id
in the request body.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String Required | ID of the desired enrollment automation |
Sample Request
Response
Returns an enrollment_automation
containing 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