Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 393 Bytes

File metadata and controls

26 lines (20 loc) · 393 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const personName = {
  displayName: 'Innocenty Popov',
  first: 'Innocenty',
  initials: 'IP',
  last: 'Popov',
  languageTag: 'en-US',
  maiden: null
};

await client.api('/me/profile/names')
	.version('beta')
	.post(personName);