Get an Enrollment Automation

Get a specified enrollment automation

Returns a specified enrollment automation.

/user_identities/enrollment_automations/get

post

Returns a specified enrollment automation.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
enrollment_automation_idstring Β· uuidRequired

ID of the enrollment automation that you want to get.

Responses
200

OK

application/json
post
/user_identities/enrollment_automations/get

Request

Specify the desired enrollment automation by including the corresponding enrollment_automation_id in the request body.

Request Body Parameters

Parameter
Type
Description

enrollment_automation_id

String Required

ID of the desired enrollment automation

Sample Request

Response

Returns an enrollment_automation containing the following properties:

Property
Description

user_identity_id

ID of the associated user identity

enrollment_automation_id

ID of the enrollment automation

acs_credential_provisioning_automation_id

ID of the ACS credential provisioning automation

credential_manager_acs_system_id

ID of the associated ACS system that serves as the credential manager

is_running

Boolean value to indicate whether the enrollment automation is running

workspace_id

ID of the workspace that contains the enrollment automation

created_at

Date and time at which the enrollment automation was created

This response also includes a Boolean ok status indicator.

Sample Response

Last updated

Was this helpful?