Allowed include arguments for users:
Allowed sort arguments for users:
Transforms the raw user object(s) into class objects.
The resolvable user object(s).
The resolved user object(s).
The ID of the user.
The formatted URL to the user in the admin panel.
Creates a user account.
Create user options.
The new user.
Deletes a user account.
The ID of the user.
Fetches a user from the API by its ID. This will check the cache first unless the force option is specified.
The ID of the user.
The fetched user.
Fetches a user from the API by its external ID. This will check the cache first unless the force option is specified.
The external ID of the user.
The fetched user.
Fetches a list of users from the API with the given options (default is undefined).
The fetched users.
Fetches all users from the API with the given options (default is undefined).
The fetched users.
Fetches rach page and joins the results.
Dictionary of the specified types
Gets the allowed query options from the inherited manager.
The query options.
Queries the API for users that match the specified query filters. This fetches from the API directly and does not check the cache. Use cache methods for filtering and sorting.
Available query filters:
Available sort options:
The entity to query.
The query options to filter by.
The queried users.
Resolves a user from an object. This can be:
The object to resolve from.
The resolved user or undefined if not found.
Updates the user account with the specified options.
The ID of the user.
Update user options.
The updated user.
Generated using TypeDoc
Allowed filter arguments for users: