- Sharing access with additional guests on the same reservation
- Multi-unit access
- Mid-stay room changes
- Early check in/late check out
- Lost cards
- Check out
Sharing Access
Seam Instant Key supports guest sharing. When you issue an Instant Key, you can configure how many times guests can share it. That is, you configure the desired maximum number of uses for the Instant Key. Users can forward their Instant Key link—using text or email—to others in their reservation group, like a partner or family member. Then, people in the reservation group can use the shared Instant Key, up to the configured maximum number of uses (max_use_count).
Multi-unit Access
Some guests may need access to multiple rooms or amenities (for example, a suite and a gym). You can grant access to multiple sets of doors simply by specifying the desiredacs_entrance_ids when creating an Access Grant for the guest. Alternately, you can assign the desired set of entrances to a space resource and then specify one or more space_ids when creating the Access Grant.
Code:
Room Changes
If a guest is moved to a different room during their stay, you can create a new Access Grant to update their access. Note that, for some access systems with encoded plastic cards, the guest must tap the card on an online reader to apply the changes.Early Check-In and Late Check-Out
If a guest arrives early or extends their stay, you can adjust the access schedule for access systems that support this feature, such as Salto KS. Update thestarts_at or ends_at property in the Access Grant for the user.
Code:
Lost Cards
Once you have encoded an access method onto a card, you cannot reuse the access method for another card. If a guest loses their key card, you can create a new access method and encode it onto a new card. Code:Check Out
For some access systems, such as Salto KS, you can specify an ending time for a guest’s access. Set theends_at parameter when creating an Access Grant.
Code:

