Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 304 Bytes

File metadata and controls

23 lines (17 loc) · 304 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const user = {
  businessPhones: [
    '+1 425 555 0109'
  ],
  officeLocation: '18/2111'
};

await client.api('/users/{id}')
	.update(user);