Connect Your App.NETUserGetUserOn this pageGetUser Get the specificed user and their information. Parameters userId - The id of the user. This is the unique key of the user. Implementation var user = await permitClient.Api.GetUser(userId);