Guides
Lookup a user
Get the Kuali User ID for a user.
Overview
Often you will need the internal Kuali ID for a user. You can use the GraphQL API to lookup that ID using other information like person's email address or school id.
Lookup user by school id
You can use a userConnection query to lookup a user by their school id. Pass their school id as a variable q to the GraphQL query.