API reference
API reference
Select your platform
No SDKs available
No versions available

UserArray

Updated: Jul 24, 2025

UserArray

interface UserArray
This is the class that represents the individual users who use your application. Use the User object to retrieve information about your users, help them interact with your application, and customize their experience. You can query for information about a particular user using their user id, horizon.platform.users.models.User.id. To learn more, read our
docs about users. Note: You must complete a Data Use Checkup(DUC) in order to gain access to user platform features. Read more about DUC here.

Properties

NameSummary
cursorAfter
abstract val cursorAfter: String?
cursorBefore
abstract val cursorBefore: String?
json
open val json: String
nextUrl
abstract val nextUrl: String?
previousUrl
abstract val previousUrl: String?
users
abstract val users: List<User>
Did you find this page helpful?
Thumbs up icon
Thumbs down icon