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.user_identities.enrollment_automations.launch(
user_identity_id = "22222222-2222-2222-2222-222222222222",
credential_manager_acs_system_id = "88888888-8888-8888-8888-888888888888",
create_credential_manager_user = True
)EnrollmentAutomation(
user_identity_id='22222222-2222-2222-2222-222222222222',
enrollment_automation_id='77777777-8888-7777-7777-888888888888',
...
)curl -X 'POST' \
'https://connect.getseam.com/user_identities/enrollment_automations/launch' \
-H 'accept: application/json' \
-H "Authorization: Bearer ${SEAM_API_KEY}" \
-H 'Content-Type: application/json' \
-d '{
"user_identity_id": "22222222-2222-2222-2222-222222222222",
"credential_manager_acs_system_id": "88888888-8888-8888-8888-888888888888",
"create_credential_manager_user": true
}'{
"enrollment_automation": {
"user_identity_id": "22222222-2222-2222-2222-222222222222",
"enrollment_automation_id": "77777777-8888-7777-7777-888888888888",
...
},
"ok": true
}What Are Multi-Phone Sync Credentials?

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

