Update an ACS User

PATCH /acs/users/update ⇒ void

Updates the properties of a specified ACS user.

Request

await seam.acs.users.update({
  acs_user_id: "8d7e0b3a-b889-49a7-9164-4b71a0506a33",
  phone_number: 12222222222,
});

Response

// void

Request Parameters

access_schedule

Type: object Required: No

starts_at and ends_at timestamps for the acs_user's access. If you specify an access_schedule, you must include both starts_at and ends_at. ends_at must be a time in the future and after starts_at. Only applicable to Salto KS access control systems.


acs_user_id

Type: string Required: Yes

ID of the acs_user.


email

Type: string Required: No


email_address

Type: string Required: No

Email address of the acs_user.


full_name

Type: string Required: No

Full name of the acs_user.


hid_acs_system_id

Type: string Required: No


phone_number

Type: string Required: No

Phone number of the acs_user in E.164 format (for example, +15555550100).


Return Type

void

Last updated

Logo

© Seam Labs, Inc. All rights reserved.