<PackageReference Include="Relativity.Server.Testing.Framework.Api.SDK" Version="5000.1.0" />

IPermissionService

public interface IPermissionService
Represents the permission API service.

Gets the admin permission API service.

Gets the item permission API service.

Gets the workspace permission API service.

Gets the users from a group at the admin case level.

Gets the users from a group at the admin case level.

List<NamedArtifact> GetWorkspaceGroupUsers(int workspaceId, int groupId)

Gets the users from the group with workspace permissions.

List<NamedArtifact> GetWorkspaceGroupUsers(int workspaceId, string groupName)

Gets the users from the group with workspace permissions.