Getting the user's name through the GraphQL API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2021
04:33 AM
Hi folks, I'm building an app that interfaces with Canvas via the GraphQL API, and I wanted to create a welcome message at the beginning. Is there any way to retrieve the user's name using the GraphQL API? In the old REST API, I know you could do it by using the get_user("self") command.