Skip to main content

GetUser

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);