Skip to content

Commit

Permalink
Merge pull request #2770 from michaelmaillot/fix/doc-clientPeoplePick…
Browse files Browse the repository at this point in the history
…erResolveUser

Fixing user / group resolve method doc
  • Loading branch information
bcameron1231 authored Sep 6, 2023
2 parents 8c80e1b + 0e388d4 commit bfc0868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sp/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,11 @@ clientPeoplePickerResolveUser(queryParams: IClientPeoplePickerQueryParameters):

```typescript
const sp = spfi(...);
const result = await sp.profiles.clientPeoplePickerSearchUser({
const result = await sp.profiles.clientPeoplePickerResolveUser({
AllowEmailAddresses: true,
AllowMultipleEntities: false,
MaximumEntitySuggestions: 25,
QueryString: 'John'
QueryString: '[email protected]'
});
```

Expand Down

0 comments on commit bfc0868

Please sign in to comment.