Create a Credential for an ACS User
await seam.acs.credentials.create({
credential_manager_acs_system_id: "bccb0d23-5107-498b-87a6-6a8aa929eeb2",
user_identity_id: "4b6ec19d-ba68-46ca-80fd-55247684c2bb",
acs_system_id: "7113de29-6130-4153-a6ea-1b7ca0fe3198",
access_method: "code",
code: "1234",
allowed_acs_entrance_ids: ["21805570-4706-4c21-99fc-3ed873a5e014"],
starts_at: "2025-06-19T21:08:08.000Z",
ends_at: "2025-06-23T12:35:01.000Z",
});{
"access_method": "code",
"acs_credential_id": "73a0a199-024f-454d-a916-9bbda8502c12",
"acs_system_id": "7113de29-6130-4153-a6ea-1b7ca0fe3198",
"acs_user_id": "53f39f90-5113-4bdd-8432-acf328ce508c",
"code": "1234",
"created_at": "2025-06-16T16:54:17.946514Z",
"display_name": "Salto KS Credential",
"errors": [],
"external_type": "salto_ks_credential",
"external_type_display_name": "Salto KS Credential",
"is_latest_desired_state_synced_with_provider": true,
"is_managed": true,
"is_multi_phone_sync_credential": true,
"is_one_time_use": false,
"latest_desired_state_synced_with_provider_at": "2025-06-18T16:54:17.946514Z",
"starts_at": "2025-06-19T21:08:08.000Z",
"warnings": [],
"workspace_id": "005f1e54-5360-40db-8c31-4ef6baaad1fd"
}Request Parameters
Response
Examples
Create a PIN code credential for an access system user
Create a card credential for a user identity
Create a card credential for an access system user
Create a mobile key credential for a user identity
Create a mobile key credential for an access system user
Last updated
Was this helpful?

