Skip to main content
Question

Users API regression with usemarker parameter

  • May 27, 2025
  • 1 reply
  • 9 views

Forum|alt.badge.img

I'm attempting to use the GetEnterpriseUsersAsync/GetEnterpriseUsersMarkerBasedAsync APIs from the .NET client, but it appears the actual API at box has a regression w.r.t. to the usermarker parameter.

Basically:
GET {{boxBaseUri}}/users/?usemarker=true&external_app_user_id=ABC

{

    "users": [ ... ]

}

Which is NOT marker based.

Supporting evidence:

https://gist.github.com/watfordsuzy/c5f85f1099e259f64e5acb4b0881d18f

1 reply

Forum|alt.badge.img
  • Author
  • Box Employee
  • 34738 replies
  • May 27, 2025

Supporting documentation on why this is an error: https://developer.box.com/guides/api-calls/pagination/marker-based/