Update user
client.users.update(stringexistingUsername, UserUpdateParams { id, email, firstName, 5 more } body?, RequestOptionsoptions?): void
/user/{username}
This can only be done by the logged in user.
Parameters
existingUsername: string
Update user
import ArenaDemoDayDemoDocsDemoSite from 'arena-demo-day-demo-docs-demo-site-and-typescript-library';
const client = new ArenaDemoDayDemoDocsDemoSite({
apiKey: 'My API Key',
});
await client.users.update('username');