Count app users
<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>
Returns how many users the app has. These are the people who signed up to it or were invited to it.
The count covers the users the calling credential can read, so a User entity whose row-level security rules narrow reads returns a smaller number than the app actually has.
It also leaves out accounts Base44 added to the app on its own, such as workspace admins and support staff granted access, and the short-lived accounts a test run creates. Unless your own account has a Base44 or Wix email address, accounts with one aren't counted either.
Path parameters
ID of the app whose users you want to count.
ID of the app whose users you want to count.
Response
Successful Response
Example response
{
"count": 42
}Changes
No recorded changes to this endpoint across all 14 revisions of this API.