interface AdminUsersGetResponse {
    count: number;
    users: UserDetail[];
}

Properties

Properties

count: number

The number of Users that have used the Data Manager

users: UserDetail[]

A list of Users that have used the Data Manager