Issuing Mobile Credentials from an Access Control System
Learn how to create mobile credentials across a user's multiple phones.
Overview
Prepare the Phones for a User Identity to Start Receiving Mobile Credentials Using an Enrollment Automation
Initialize the User Identity with a Credential Manager
seam.enrollment_automations.launch(
user_identity_id = "5c945ab5-c75e-4bcb-8e5f-9410061c401f",
credential_manager_acs_system_id = "6737e186-8d54-48ce-a7da-a0be4d252172"
)EnrollmentAutomation(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")curl -X 'POST' \
'https://connect.getseam.com/user_identities/enrollment_automations/launch' \
-H 'accept: application/json' \
-H 'Authorization: Bearer ${API_KEY}' \
-H 'Content-Type: application/json' \
-d '{
"user_identity_id": "5c945ab5-c75e-4bcb-8e5f-9410061c401f",
"credential_manager_acs_system_id": "6737e186-8d54-48ce-a7da-a0be4d252172",
"acs_credential_pool_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"create_credential_manager_user": true
}'{
"enrollment_automation": {
"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"
},
"ok": true
}What Are Multi-Phone Sync Credentials?

Issuing Multi-Phone Sync Credentials
Last updated
Was this helpful?

