<PackageReference Include="Relativity.Identity.SDK" Version="2.6.2" />

WorkspaceUserData

public class WorkspaceUserData
Represents the user data and metadata present in a workspace.
public UserRef[] ActiveUsers { get; set; }

A list of references to user artifacts

public int LoggedInUserID { get; set; }

The User ID of the current logged in user

public bool? MaxNumberOfUsersReached { get; set; }

Indicates if the maximum number of user references was reached in the ActiveUsers field. If True - ActiveUsers will be empty.

Public constructor