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
Copy file name to clipboardExpand all lines: docs/guides/capability-guides/access-systems/acs-quick-starts/encodable-key-card-quick-start.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This quick start walks you through the following basic steps:
21
21
1.[Connect](../../../core-concepts/workspaces/#connecting-virtual-devices) an access control system to Seam.
22
22
* To get started quickly, use a virtual ACS in a [sandbox workspace](../../../core-concepts/workspaces/#sandbox-workspaces).
23
23
2. Install a Seam SDK and create an API key.
24
-
3. Create an [ACS user](../../../capability-guides/access-systems/user-management.md).
24
+
3. Create an [ACS user](../user-management.md).
25
25
4. Create an encodable key card [ACS credential](../managing-credentials.md) for the ACS user.
26
26
27
27
This credential contains both the set of entrances to which the user has access and the access schedule for the user.\
@@ -47,7 +47,7 @@ In this quick start, use Seam Console to connect a virtual ACS to your sandbox w
47
47

48
48
3. In the top navigation pane, click **ACS Systems**.
49
49
50
-
<figure><imgsrc="../../../.gitbook/assets/acs-quick-start-access-systems-tab.png"alt="Click ACS Systems to go to the Access Systems page."><figcaption><p>Click ACS Systems to go to the Access Systems page.</p></figcaption></figure>
50
+
<figure><imgsrc="../../../.gitbook/assets/acs-quick-start-access-systems-tab (1).png"alt="Click ACS Systems to go to the Access Systems page."><figcaption><p>Click ACS Systems to go to the Access Systems page.</p></figcaption></figure>
51
51
4. On the **Access Systems** page, click **New Access System**.
52
52
53
53
Seam Console displays a Connect Webview that enables you to connect a virtual ACS to Seam.
@@ -801,7 +801,7 @@ For a deeper dive into ACS concepts and instructions, see the following topics:
801
801
*[Access Control System Resources](../connect-an-acs-to-seam/access-control-system-resources.md)
Copy file name to clipboardExpand all lines: docs/guides/capability-guides/access-systems/acs-quick-starts/mobile-key-quick-start.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ In this quick start, use Seam Console to connect a virtual ACS to your sandbox w
41
41

42
42
3. In the top navigation pane, click **ACS Systems**.
43
43
44
-
<figure><imgsrc="../../../.gitbook/assets/acs-quick-start-access-systems-tab.png"alt="Click ACS Systems to go to the Access Systems page."><figcaption><p>Click ACS Systems to go to the Access Systems page.</p></figcaption></figure>
44
+
<figure><imgsrc="../../../.gitbook/assets/acs-quick-start-access-systems-tab (1).png"alt="Click ACS Systems to go to the Access Systems page."><figcaption><p>Click ACS Systems to go to the Access Systems page.</p></figcaption></figure>
45
45
4. On the **Access Systems** page, click **New Access System**.
46
46
47
47
Seam Console displays a Connect Webview that enables you to connect a virtual ACS to Seam.
Copy file name to clipboardExpand all lines: docs/guides/capability-guides/access-systems/acs-quick-starts/pin-code-quick-start.md
+5-17Lines changed: 5 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This quick start walks you through the following basic steps:
19
19
1.[Connect](../../../core-concepts/workspaces/#connecting-virtual-devices) an access control system to Seam.
20
20
* To get started quickly, use a virtual ACS in a [sandbox workspace](../../../core-concepts/workspaces/#sandbox-workspaces).
21
21
2. Install a Seam SDK and create an API key.
22
-
3. Create an [ACS user](../../../capability-guides/access-systems/user-management.md).
22
+
3. Create an [ACS user](../user-management.md).
23
23
* Also, specify the access schedule for this user.
24
24
4. Assign the ACS user to an [access group](../user-management/assigning-users-to-access-groups.md).
25
25
* Access groups are preconfigured to grant access to specific entrances.\
@@ -44,7 +44,7 @@ In this quick start, use Seam Console to connect a virtual ACS to your sandbox w
44
44

45
45
3. In the top navigation pane, click **ACS Systems**.
46
46
47
-
<figure><imgsrc="../../../.gitbook/assets/acs-quick-start-access-systems-tab.png"alt="Click ACS Systems to go to the Access Systems page."><figcaption><p>Click ACS Systems to go to the Access Systems page.</p></figcaption></figure>
47
+
<figure><imgsrc="../../../.gitbook/assets/acs-quick-start-access-systems-tab (1).png"alt="Click ACS Systems to go to the Access Systems page."><figcaption><p>Click ACS Systems to go to the Access Systems page.</p></figcaption></figure>
48
48
4. On the **Access Systems** page, click **New Access System**.
49
49
50
50
Seam Console displays a Connect Webview that enables you to connect a virtual ACS to Seam.
@@ -94,12 +94,9 @@ composer require seamapi/seam
94
94
```
95
95
{% endtab %}
96
96
97
-
98
97
{% tab title="C#" %}
99
98
Install using [nuget](https://www.nuget.org/packages/Seam).
100
99
{% endtab %}
101
-
102
-
103
100
{% endtabs %}
104
101
105
102
2. Create an API key.
@@ -126,7 +123,7 @@ Create an ACS user within the virtual Salto KS access control system, and specif
126
123
1. In the top navigation pane of [Seam Console](https://console.seam.co/), click **ACS Systems**.
127
124
2. On the **Access Systems** page, locate the Salto KS Main Site ACS.
128
125
3. In the **acs\_system\_id** column for the Main Site ACS, click the ID to copy it.
0 commit comments