Readonly
defaultsReadonly
ltsStatic
ltsOptional
parameters: { acs_credential_id: string; acs_user_id?: string; user_identity_id?: string }Optional
acs_user_id?: stringID of the access system user to whom you want to assign a credential. You can only provide one of acs_user_id or user_identity_id.
Optional
user_identity_id?: stringID of the user identity to whom you want to assign a credential. You can only provide one of acs_user_id or user_identity_id. If the ACS system contains an ACS user with the same email_address
or phone_number
as the user identity that you specify, they are linked, and the credential belongs to the ACS user. If the ACS system does not have a corresponding ACS user, one is created.
Optional
parameters: {Access method for the new credential. Supported values: code
, card
, mobile_key
.
Optional
acs_system_id?: stringID of the access system to which the new credential belongs. You must provide either acs_user_id
or the combination of user_identity_id
and acs_system_id
.
Optional
acs_user_id?: stringID of the access system user to whom the new credential belongs. You must provide either acs_user_id
or the combination of user_identity_id
and acs_system_id
.
Optional
allowed_acs_entrance_ids?: string[]Set of IDs of the entrances for which the new credential grants access.
Optional
assa_abloy_vostio_metadata?: {Vostio-specific metadata for the new credential.
Optional
code?: stringAccess (PIN) code for the new credential. There may be manufacturer-specific code restrictions. For details, see the applicable device or system integration guide.
Optional
credential_manager_acs_system_id?: stringACS system ID of the credential manager for the new credential.
Optional
ends_at?: stringDate and time at which the validity of the new credential ends, in ISO 8601 format. Must be a time in the future and after starts_at
.
Optional
is_multi_phone_sync_credential?: booleanIndicates whether the new credential is a multi-phone sync credential.
Optional
salto_space_metadata?: { assign_new_key?: boolean; update_current_key?: boolean }Salto Space-specific metadata for the new credential.
Optional
assign_new_key?: booleanIndicates whether to assign a first, new card to a user. See also Programming Salto Space Card-based Credentials.
Optional
update_current_key?: booleanIndicates whether to update the user's existing card. See also Programming Salto Space Card-based Credentials.
Optional
starts_at?: stringDate and time at which the validity of the new credential starts, in ISO 8601 format.
Optional
user_identity_id?: stringID of the user identity to whom the new credential belongs. You must provide either acs_user_id
or the combination of user_identity_id
and acs_system_id
. If the access system contains a user with the same email_address
or phone_number
as the user identity that you specify, they are linked, and the credential belongs to the access system user. If the access system does not have a corresponding user, one is created.
Optional
visionline_metadata?: {Visionline-specific metadata for the new credential.
Optional
assa_abloy_credential_service_mobile_endpoint_id?: stringOptional
auto_join?: booleanOptional
card_format?: "TLCode" | "rfid48"Optional
card_function_type?: "guest" | "staff"Optional
is_override_key?: booleanOptional
joiner_acs_credential_ids?: string[]Optional
override?: booleanOptional
parameters: {ID of the access system user to whom the new credential belongs.
IDs of the acs_entrance
s for which the new credential grants access.
Optional
ends_at?: stringDate and time at which the validity of the new credential ends, in ISO 8601 format. Must be a time in the future and after starts_at
.
Optional
is_one_time_use?: booleanIndicates whether the code is one-time-use or reusable.
Optional
starts_at?: stringDate and time at which the validity of the new credential starts, in ISO 8601 format.
Optional
parameters: { acs_credential_id: string }ID of the credential that you want to delete.
Optional
parameters: { acs_credential_id: string }ID of the credential that you want to get.
Optional
parameters: AcsCredentialsListParametersOptional
parameters: { acs_credential_id: string }ID of the credential for which you want to retrieve all entrances to which the credential grants access.
Optional
parameters: { acs_credential_id: string; acs_user_id?: string; user_identity_id?: string }ID of the credential that you want to unassign from an access system user.
Optional
acs_user_id?: stringID of the access system user from which you want to unassign a credential. You can only provide one of acs_user_id or user_identity_id.
Optional
user_identity_id?: stringID of the user identity from which you want to unassign a credential. You can only provide one of acs_user_id or user_identity_id.
Optional
parameters: { acs_credential_id: string; code?: string; ends_at?: string }ID of the credential that you want to update.
Optional
code?: stringReplacement access (PIN) code for the credential that you want to update.
Optional
ends_at?: stringReplacement date and time at which the validity of the credential ends, in ISO 8601 format. Must be a time in the future and after the starts_at
value that you set when creating the credential.
Static
fromStatic
fromStatic
fromStatic
fromStatic
fromStatic
from
ID of the credential that you want to assign to an access system user.