Autodesk Vault ProfessionalVault API

GetPermissionsByRoleId Method

Autodesk.Connectivity.WebServicesAdminService

Gets the permissions for a role.

Required Permissions

AdminUserRead

Syntax

public Permis[] GetPermissionsByRoleId(
   System.long roleId
)
Public Function GetPermissionsByRoleId( _
   ByVal roleId As System.Long _
) As Permis()

Parameters

NameDescription
roleIdThe ID of the role.

Return Value

An array listing permissions that the role has.

See Also