Users

Get list of users

post/api/admin/users/

Request body

cursorstring
segmentFilterstring[]
limitnumber
userIdsstring[]
subscriptionGroupFilterstring[]
workspaceIdstring required
includeSubscriptionsboolean
sortBystring
exclusiveCursorboolean

Example request

{
  "userIds": [
    "1043"
  ]
}

Response

Default Response

previousCursorstring
nextCursorstring
userCount0 required

Changes

No recorded changes to this endpoint across all 1 revision of this API.