Connect Your App.NETUserGetUserVersion: 2.0.0On this pageGetUserGet the specificed user and their information.ParametersuserId - The id of the user. This is the unique key of the user.Implementationvar user = await permitClient.Api.GetUser(userId);