Skip to content
Snippets Groups Projects
Commit 0142c6eb authored by Mike Hockerman's avatar Mike Hockerman
Browse files

Merge branch 'master' of github.com:mhoc/msgoraph

parents 87cd937e 05f40588
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ import (
func main() {
client := msgoraph.NewClient(clientID, clientSecret)
u, _ := client.Tenant(tenantID).User(emailAddress, user.DefaultFields)
u, _ := client.Tenant(tenantID).User(emailAddress)
fmt.Printf("%v\n", u.PreferredName)
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment