Programming Salto KS PIN Code Credentials
Learn how to create Salto KS PIN codes.
Last updated
Was this helpful?
Learn how to create Salto KS PIN codes.
Last updated
Was this helpful?
To use the Seam API to program codes for users in a :
Create an .
For Salto KS, you can specify the access_schedule
for the new ACS user. An access_schedule
consists of starts_at
and ends_at
times. In this case, a Salto KS ACS user appears as "unsubscribed" in the ACS until the starts_at
time. Once the start time arrives, Seam switches the ACS user to "subscribed," which activates their access.
Assign access permissions to the ACS user by assigning them to one or more .
Each access group is preconfigured with specific entrances and schedules.
Create an .
Specify the ID of the ACS user.
Set the access_method
to code
.
Creating a new acs_credential
object triggers the Salto KS ACS to generate a PIN code for the user.
The following example walks you through this process:
Code:
Output:
To learn more about using the Seam API with your Salto KS ACS, see the following topics:
in the Seam API reference
in the Seam API reference