githubEdit

Enrollment Automations

The enrollment_automation Object

Represents an enrollment automationarrow-up-right within the Seam mobile access solutionarrow-up-right.

{
  created_at: [example value],
  credential_manager_acs_system_id: [example value],
  enrollment_automation_id: [example value],
  user_identity_id: [example value],
  workspace_id: [example value]
}

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 systemarrow-up-right that serves as the credential manager.


enrollment_automation_id UUID

ID of the enrollment automation.


user_identity_id UUID

ID of the associated user identityarrow-up-right.


workspace_id UUID

ID of the workspace that contains the enrollment automation.


Events

enrollment_automation.deleted

An enrollment automation was deleted.

chevron-rightPropertieshashtag

created_at Datetime

Date and time at which the event was created.

enrollment_automation_id UUID

ID of the affected enrollment automation.

event_id UUID

ID of the event.

event_type Enum

Value: enrollment_automation.deleted

occurred_at Datetime

Date and time at which the event occurred.

workspace_id UUID

ID of the workspace associated with the event.


Endpoints

/user_identities/enrollment_automations/delete

Deletes a specified enrollment automationarrow-up-right. You must delete all enrollment automations associated with a user identityarrow-up-right before deleting the user identityarrow-up-right.

/user_identities/enrollment_automations/get

Returns a specified enrollment automationarrow-up-right.

/user_identities/enrollment_automations/launch

Sets up a new enrollment automationarrow-up-right for a specified user identityarrow-up-right with a specified credential managerarrow-up-right.

/user_identities/enrollment_automations/list

Returns a list of all enrollment automationsarrow-up-right for a specified user identityarrow-up-right.

Last updated

Was this helpful?