Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 439 Bytes

File metadata and controls

29 lines (23 loc) · 439 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',
    authorizationInfo: {
        certificateUserIds: [
            '5432109876543210@mil'
        ]
    }
};

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