Overview
TheUserListResponse struct represents the response returned when fetching a paginated list of users.
Definition
Fields
A vector containing the users for the current page. Each user is represented by a
User struct.Indicates whether there are more users available beyond the current page. Used for pagination.
Usage Example
Related Types
- User - The user model
- ListUsersOptions - Query options for listing users
See Also
- fetch_users - API method that returns this type
