Type Alias UserCount

The result object for the user count.

type UserCount = {
    total: number;
}
Index

Properties

Properties

total: number

The total number of users in the tenant.