Autodesk Vault ProfessionalVault API

GetUserInfoByUserId Method

Autodesk.Connectivity.WebServicesAdminService

Gets the user information for the specified user ID.

Required Permissions

AdminUserRead

Syntax

public UserInfo GetUserInfoByUserId(
   System.long userId
)
Public Function GetUserInfoByUserId( _
   ByVal userId As System.Long _
) As UserInfo

Parameters

NameDescription
userIdThe ID of the user.

Return Value

An object containing the user information.

See Also