copyright | link | is |
---|---|---|
Copyright IBM Corp. 2017 |
get-my-user-information |
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
}
}