Update
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 JustinDocsTest from 'justin-docs-test';
const client = new JustinDocsTest({
apiKey: 'My API Key',
});
await client.users.update('username');