Assigning Users to Access Groups

Learn how to use access groups to manage user permissions across different doors and areas.

Access groups define sets of users, combined with sets of permissions. These permissions include both the sets of doors, areas, or other assets that the users can access and the schedules during which the users can access these assets. By using access groups, property managers can assign or revoke access rights easily for numerous users, based on their rights and needs.

This guide explains how to grant access permissions to users by adding them to the appropriate access groups.


Add a User to an Access Group

To add a user to an access group, provide both the user ID (acs_user_id) and the access group ID (acs_access_group_id).

Request:

seam.acs.users.add_to_access_group(
  acs_user_id="33333333-3333-3333-3333-333333333333",
  acs_access_group_id="44444444-4444-4444-4444-444444444444"
)

Response:

None

Remove a User from an Access Group

To remove a user from an access group, provide both the user ID (acs_user_id) and the access group ID (acs_access_group_id).

Request:

seam.acs.users.remove_from_access_group(
  acs_user_id="33333333-3333-3333-3333-333333333333",
  acs_access_group_id="44444444-4444-4444-4444-444444444444"
)

Response:

None

Last updated

Logo

© Seam Labs, Inc. All rights reserved.