An acs_user typically refers to an individual who requires access, like an employee or resident. Each user can possess multiple credentials that serve as their keys or identifiers for access. The type of credential can vary widely. For example, in the Salto system, a user can have a PIN code, a mobile app account, and a fob. In other platforms, it is not uncommon for a user to have more than one of the same credential type, such as multiple key cards. Additionally, these credentials can have a schedule or validity period.
For details about how to configure acs_users in your access control system, see the corresponding system integration guide.
Properties
access_scheduleObject
starts_at and ends_at timestamps for the ACS user's access.
Child Properties
ends_atDatetime
Date and time at which the user's access ends, in ISO 8601 format.
starts_atDatetime
Date and time at which the user's access starts, in ISO 8601 format.
The specific structure of each object in this list depends on the value of its warning_code field.
Variants:
being_deleted
Indicates that the ACS user is being deleted from the access control system. This is a temporary state, and the ACS user will be deleted shortly.
created_atDatetime
Date and time at which Seam created the warning.
messageString
Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
warning_codeEnum
Enum values:
being_deleted
salto_ks_user_not_subscribed
Indicates that the ACS user is not subscribed on Salto KS, so they cannot unlock doors or perform any actions. This occurs when the their access schedule hasn’t started yet, if their access schedule has ended, if the site has reached its limit for active users (subscription slots), or if they have been manually unsubscribed.
created_atDatetime
Date and time at which Seam created the warning.
messageString
Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
warning_codeEnum
Enum values:
salto_ks_user_not_subscribed
unknown_issue_with_acs_user
An unknown issue occurred while syncing the state of this ACS user with the provider. This issue may affect the proper functioning of this user.
created_atDatetime
Date and time at which Seam created the warning.
messageString
Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
warning_codeEnum
Enum values:
unknown_issue_with_acs_user
latch_resident_user
Indicates that the ACS user was created on Latch Mission Control. Please use the Latch Mission Control to manage this user.
created_atDatetime
Date and time at which Seam created the warning.
messageString
Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
Indicates that the ACS user could not be subscribed on Salto KS because the subscription limit has been exceeded.
failed_to_create_on_acs_system
Indicates that the ACS user was not created on the access control system. This is likely due to an internal unexpected error. Contact Seam support.
failed_to_update_on_acs_system
Indicates that the ACS user was not updated on the access control system. This is likely due to an internal unexpected error. Contact Seam support.
failed_to_delete_on_acs_system
Indicates that the ACS user was not deleted on the access control system. This is likely due to an internal unexpected error. Contact Seam support.
latch_conflict_with_resident_user
Indicates that the ACS user was created from the Seam API but also exists on Mission Control. This is unsupported. Contact Seam support.
Warnings
being_deleted
Indicates that the ACS user is being deleted from the access control system. This is a temporary state, and the ACS user will be deleted shortly.
salto_ks_user_not_subscribed
Indicates that the ACS user is not subscribed on Salto KS, so they cannot unlock doors or perform any actions. This occurs when the their access schedule hasn’t started yet, if their access schedule has ended, if the site has reached its limit for active users (subscription slots), or if they have been manually unsubscribed.
unknown_issue_with_acs_user
An unknown issue occurred while syncing the state of this ACS user with the provider. This issue may affect the proper functioning of this user.
latch_resident_user
Indicates that the ACS user was created on Latch Mission Control. Please use the Latch Mission Control to manage this user.
Suspends a specified access system user. Suspending an access system user revokes their access temporarily. To restore an access system user's access, you can unsuspend them.