List Enrollment Automations

Get all enrollment automations for a specified user identity

Returns a list of all enrollment automations for a specified user identity.

/user_identities/enrollment_automations/list

post

Returns a list of all enrollment automations for a specified user identity.

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

ID of the user identity for which you want to retrieve enrollment automations.

Responses
post
/user_identities/enrollment_automations/list

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

user_identity_id

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

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?