You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access (PIN) code for the new credential. There may be manufacturer-specific code restrictions. For details, see the applicable [device or system integration guide](../../../device-and-system-integration-guides/overview.md).
@@ -85,8 +122,29 @@ Indicates whether the new credential is a [multi-phone sync credential](https://
85
122
86
123
Salto Space-specific metadata for the new credential.
Indicates whether to assign a first, new card to a user. See also [Programming Salto Space Card-based Credentials](../../../device-and-system-integration-guides/salto-proaccess-space-access-system/programming-salto-space-card-based-credentials.md).
Indicates whether to update the user's existing card. See also [Programming Salto Space Card-based Credentials](../../../device-and-system-integration-guides/salto-proaccess-space-access-system/programming-salto-space-card-based-credentials.md).
142
+
143
+
</details>
144
+
145
+
---
146
+
147
+
90
148
**`starts_at`***String*
91
149
92
150
Date and time at which the validity of the new credential starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.
@@ -103,9 +161,94 @@ ID of the user identity to whom the new credential belongs. You must provide eit
103
161
104
162
Visionline-specific metadata for the new credential.
Copy file name to clipboardExpand all lines: docs/api/acs/users/create.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,29 @@ Full name of the new access system user.
43
43
44
44
`starts_at` and `ends_at` timestamps for the new access system user's access. If you specify an `access_schedule`, you may include both `starts_at` and `ends_at`. If you omit `starts_at`, it defaults to the current time. `ends_at` is optional and must be a time in the future and after `starts_at`.
Copy file name to clipboardExpand all lines: docs/api/acs/users/update.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,29 @@ To learn more, see [Authentication](https://docs.seam.co/latest/api/authenticati
31
31
32
32
`starts_at` and `ends_at` timestamps for the access system user's access. If you specify an `access_schedule`, you may include both `starts_at` and `ends_at`. If you omit `starts_at`, it defaults to the current time. `ends_at` is optional and must be a time in the future and after `starts_at`.
0 commit comments