EditingPermissionService.GetUsersWithPermissionsAsync
Description:
Gets all users who have editing permissions on the specified model.
Gets all users who have editing permissions on the specified model.
Task<IEnumerable<User>> GetUsersWithPermissionsAsync(
string region,
string projectId,
string modelUrn,
CancellationToken cancellationToken
)
-
StringregionRegion where the data is stored.
-
StringprojectIdProject id.
-
StringmodelUrnModel urn.
-
CancellationTokencancellationTokenCancellation token.