GetUserInfoByUserId Method
Gets the user information for the specified user ID.
Required Permissions
AdminUserReadSyntax
public UserInfo GetUserInfoByUserId(
System.long userId
)Public Function GetUserInfoByUserId( _
ByVal userId As System.Long _
) As UserInfoParameters
| Name | Description |
|---|---|
| userId | The ID of the user. |
Return Value
An object containing the user information.