Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 614 Bytes

V1_get_me.md

File metadata and controls

22 lines (19 loc) · 614 Bytes
copyright link is
Copyright IBM Corp. 2017
get-my-user-information
published

Get my user information

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
  }
}