200 Successful Response
Schema: UserCursorListResponse
-
itemsarray · UserResponse requiredUserResponse -
List of items
11 fields
-
emailstring · email required -
User email address (unique identifier).
-
first_namestring -
User's first name.
-
last_namestring -
User's last name.
-
photo_urlstring -
URL to user's profile photo.
-
onboardedboolean -
Whether user has completed onboarding.
-
propsobject -
Additional user properties/settings.
-
idstring required -
User UUID.
-
created_atstring · date-time required -
Account creation timestamp.
-
updated_atstring · date-time required -
Last profile update timestamp.
-
firm_idsarray · string -
Advisory firm UUIDs the user belongs to.
-
roleRole -
User's role in a business (only included when filtering by business_id).
-
-
totalinteger -
Total number of items (null when not calculated for performance)
-
limitinteger -
Pagination limit
-
next_cursorstring -
Cursor for next page
-
prev_cursorstring -
Cursor for previous page
-
has_nextboolean required -
Whether there are more items
-
has_prevboolean required -
Whether there are previous items