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

UserCapabilityArray

Updated: Aug 26, 2025

UserCapabilityArray

interface UserCapabilityArray
This object represents a permission or capability for the logged in user, which can be retrieved by horizon.platform.users.Users.getLoggedInUser. It’s a type of array and there is a unique name for every user capability.

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?
userCapabilities
abstract val userCapabilities: List<UserCapability>
Did you find this page helpful?
Thumbs up icon
Thumbs down icon