Skip to main content
GET
List Users
Entity IDTo retrieve your entity_id, use List Portfolios.
Use the Prime SDK or CLI to test this endpoint by following the quickstart guide and running with the following examples
For more information, please visit the Prime Java SDK.

Path Parameters

entity_id
string
required

The entity ID

Query Parameters

cursor
string

Cursor used for pagination (last consumed record)

limit
integer<int32>

Number of items to retrieve

sort_direction
enum<string>
default:DESC

Sorting order

Available options:
DESC,
ASC

Response

200 - application/json

A successful response.

users
object[]

The entity users.

pagination
object