Get an Enrollment Automation

Returns a specified enrollment automation.

Specify the desired enrollment_automation_id.

Code

await seam.userIdentities.enrollmentAutomations.get({
  enrollment_automation_id: "05505650-aa57-49ab-8f19-429738758895",
});

Output

{
  "user_identity_id": "5c945ab5-c75e-4bcb-8e5f-9410061c401f",
  "enrollment_automation_id": "05505650-aa57-49ab-8f19-429738758895",
  "acs_credential_provisioning_automation_id": "05505650-aa57-49ab-8f19-429738758895",
  "credential_manager_acs_system_id": "6737e186-8d54-48ce-a7da-a0be4d252172",
  "is_running": true,
  "workspace_id": "398d80b7-3f96-47c2-b85a-6f8ba21d07be",
  "created_at": "2024-01-09T05:45:33.068Z"
}
Authentication Methods
  • API key

  • Client session token

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

enrollment_automation_id String (Required)

ID of the enrollment automation that you want to get.


Response

enrollment_automation


Examples

Last updated

Was this helpful?