Readonly
defaultsReadonly
ltsStatic
ltsOptional
parameters: { acs_access_group_id: string; acs_user_id: string }ID of the access system user that you want to add to an access group.
Optional
parameters: {Optional
access_schedule?: { ends_at?: null | string; starts_at?: string }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
.
Optional
ends_at?: null | stringEnding timestamp for the new access system user's access.
Optional
starts_at?: stringStarting timestamp for the new access system user's access.
Optional
acs_access_group_ids?: string[]Array of access group IDs to indicate the access groups to which you want to add the new access system user.
ID of the access system to which you want to add the new access system user.
Optional
email?: stringOptional
email_address?: stringEmail address of the access system user.
Full name of the new access system user.
Optional
phone_number?: stringPhone number of the access system user in E.164 format (for example, +15555550100
).
Optional
user_identity_id?: stringID of the user identity with which you want to associate the new access system user.
Optional
parameters: { acs_system_id?: string; acs_user_id?: string; user_identity_id?: string }Optional
acs_system_id?: stringID of the access system that you want to delete. You must provide acs_system_id with user_identity_id.
Optional
acs_user_id?: stringID of the access system user that you want to delete. You must provide either acs_user_id or user_identity_id
Optional
user_identity_id?: stringID of the user identity that you want to delete. You must provide either acs_user_id or user_identity_id. If you provide user_identity_id, you must also provide acs_system_id.
Optional
parameters: { acs_system_id?: string; acs_user_id?: string; user_identity_id?: string }Optional
acs_system_id?: stringID of the access system that you want to get. You can only provide acs_user_id or user_identity_id.
Optional
acs_user_id?: stringID of the access system user that you want to get. You can only provide acs_user_id or user_identity_id.
Optional
user_identity_id?: stringID of the user identity that you want to get. You can only provide acs_user_id or user_identity_id.
Optional
parameters: {Optional
acs_system_id?: stringID of the acs_system
for which you want to retrieve all access system users.
Optional
created_before?: DateTimestamp by which to limit returned access system users. Returns users created before this timestamp.
Optional
limit?: numberMaximum number of records to return per page.
Optional
page_cursor?: null | stringIdentifies the specific page of results to return, obtained from the previous page's next_page_cursor
.
Optional
search?: stringString for which to search. Filters returned access system users to include all records that satisfy a partial match using full_name
, phone_number
, email_address
, acs_user_id
, user_identity_id
, user_identity_full_name
or user_identity_phone_number
.
Optional
user_identity_email_address?: stringEmail address of the user identity for which you want to retrieve all access system users.
Optional
user_identity_id?: stringID of the user identity for which you want to retrieve all access system users.
Optional
user_identity_phone_number?: stringPhone number of the user identity for which you want to retrieve all access system users, in E.164 format (for example, +15555550100
).
Optional
parameters: { acs_system_id?: string; acs_user_id?: string; user_identity_id?: string }Optional
acs_system_id?: stringID of the access system for which you want to list accessible entrances. You can only provide acs_system_id with user_identity_id.
Optional
acs_user_id?: stringID of the access system user for whom you want to list accessible entrances. You can only provide acs_user_id or user_identity_id.
Optional
user_identity_id?: stringID of the user identity for whom you want to list accessible entrances. You can only provide acs_user_id or user_identity_id.
Optional
parameters: { acs_access_group_id: string; acs_user_id?: string; user_identity_id?: string }ID of the access group from which you want to remove an access system user.
Optional
acs_user_id?: stringID of the access system user that you want to remove from an access group. You can only provide acs_user_id or user_identity_id.
Optional
user_identity_id?: stringID of the user identity that you want to remove from an access group. You can only provide acs_user_id or user_identity_id.
Optional
parameters: { acs_system_id?: string; acs_user_id?: string; user_identity_id?: string }Optional
acs_system_id?: stringID of the access system for which you want to revoke access. You can only provide acs_system_id with user_identity_id.
Optional
acs_user_id?: stringID of the access system user for whom you want to revoke access. You can only provide acs_user_id or user_identity_id.
Optional
user_identity_id?: stringID of the user identity for whom you want to revoke access. You can only provide acs_user_id or user_identity_id.
Optional
parameters: { acs_system_id?: string; acs_user_id?: string; user_identity_id?: string }Optional
acs_system_id?: stringID of the access system that you want to suspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id.
Optional
acs_user_id?: stringID of the access system user that you want to suspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id.
Optional
user_identity_id?: stringID of the user identity that you want to suspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id.
Optional
parameters: { acs_system_id?: string; acs_user_id?: string; user_identity_id?: string }Optional
acs_system_id?: stringID of the access system of the user that you want to unsuspend. You can only provide acs_system_id with user_identity_id.
Optional
acs_user_id?: stringID of the access system user that you want to unsuspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id.
Optional
user_identity_id?: stringID of the user identity that you want to unsuspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id.
Optional
parameters: {Optional
access_schedule?: null | { ends_at: string; starts_at: string }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
.
Optional
acs_system_id?: stringID of the access system that you want to update. You can only provide acs_system_id with user_identity_id.
Optional
acs_user_id?: stringID of the access system user that you want to update. You can only provide acs_user_id or user_identity_id.
Optional
email?: stringOptional
email_address?: stringEmail address of the access system user.
Optional
full_name?: stringFull name of the access system user.
Optional
hid_acs_system_id?: stringOptional
phone_number?: stringPhone number of the access system user in E.164 format (for example, +15555550100
).
Optional
user_identity_id?: stringID of the user identity that you want to update. You can only provide acs_user_id or user_identity_id. If you provide user_identity_id, you must also provide acs_system_id.
Static
fromStatic
fromStatic
fromStatic
fromStatic
fromStatic
from
ID of the access group to which you want to add an access system user.