Coinbase Prime API
cURL
curl --request GET \ --url https://api.prime.coinbase.com/v1/portfolios/{portfolio_id}/users
{ "users": [ { "id": "<string>", "name": "<string>", "email": "<string>", "portfolio_id": "<string>", "entity_id": "<string>", "role": "AUDITOR" } ], "pagination": { "next_cursor": "<string>", "sort_direction": "DESC", "has_next": true } }
List all users associated with a given portfolio.
The portfolio ID.
Cursor used for pagination (last consumed record)
Number of items to retrieve
Sorting order
DESC
ASC
A successful response.
The response is of type object.
object
Was this page helpful?