Users is a datatype for a paginated set of users.

This datatype is used by the datatypes, Repository and View, which are used by several mutation and query fields.

Table: Users

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Oct 4, 2024
totalUsersintegeryes Long-TermThe total number of users.
users[User]yes Long-TermA paginated set of users. See User.