interface UsersGetResponse {
    count: number;
    users: UserSummary[];
}

Properties

Properties

count: number
users: UserSummary[]

A list of Users that have used the Data Manager