Launch an Enrollment Automation
Initialize a specified user identity with a specified credential manager
Sets up a new enrollment automation for a specified user identity with a specified credential manager.
/user_identities/enrollment_automations/launch
OK
Request
Specify the desired user identity and credential manager by including the corresponding user_identity_id
and credential_manager_acs_system_id
in the request body. You can also either specify an existing credential_manager_acs_user_id
for the user identity or indicate that you want to create a new credential manager user. Further, you can specify an acs_credential_pool_id
from which to obtain credentials for the user identity.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String Required | ID of the desired user identity |
| String Required | ID of the desired ACS system that serves as the credential manager |
| String Optional | ID of the ACS credential pool from which to obtain credentials for the user identity |
| Boolean Optional | Indicates whether to create an associated credential manager user
If you set |
| String Optional | ID of the associated ACS user within the credential manager
If you specify a |
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