Enrollment Automations
The enrollment_automation Object
Represents an enrollment automation within the Seam mobile access solution.
Properties
created_at
Datetime
Date and time at which the enrollment automation was created.
credential_manager_acs_system_id
UUID
ID of the associated ACS system that serves as the credential manager.
enrollment_automation_id
UUID
ID of the enrollment automation.
user_identity_id
UUID
ID of the associated user identity.
workspace_id
UUID
ID of the workspace that contains the enrollment automation.
Events
enrollment_automation.deleted
An enrollment automation was deleted.
Endpoints
/user_identities/enrollment_automations/delete
Deletes a specified enrollment automation. You must delete all enrollment automations associated with a user identity before deleting the user identity.
/user_identities/enrollment_automations/get
Returns a specified enrollment automation.
/user_identities/enrollment_automations/launch
Sets up a new enrollment automation for a specified user identity with a specified credential manager.
/user_identities/enrollment_automations/list
Returns a list of all enrollment automations for a specified user identity.
Last updated
Was this helpful?