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.

get/api/apps/{app_id}/entities/User/count

Path parameters

app_idstring required

ID of the app whose users you want to count.

ID of the app whose users you want to count.

Response

Successful Response

countinteger required

Number of the app's users you can read.

Example response

{
  "count": 42
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.