| copyright | Copyright IBM Corp. 2017 |
|---|---|
| link | get-my-user-information |
| is | published |
We also have a handy GraphQL query for when you’re feeling introspective. This will allow you to get information about the user you are currently logged in as.
query getMyself {
me {
id
displayName
email
}
}