Optionalscope: FilterQueryGet the user profile of the principal issuing the request
const response = await client.profiles.me();
Retrieve one or more user profiles by ID
const response = await client.profiles.retrieve([{ userIdentifier: 'abcd' }]);
const response = await client.profiles.search({ search: { name: 'John' } });
List all user profiles