📣 OpenPhone is now Quo. Learn more →
cURL
curl --request GET \ --url https://api.openphone.com/v1/users \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "<string>", "email": "[email protected]", "firstName": "John", "lastName": "Doe", "pictureUrl": "https://example.com/picture.jpg", "role": "owner", "createdAt": "2022-01-01T00:00:00Z", "updatedAt": "2022-01-01T00:00:00Z" } ], "totalItems": 123, "nextPageToken": "<string>" }
Retrieve a paginated list of users in your OpenPhone workspace.
Maximum number of results to return per page.
1 <= x <= 50
Success
Show child attributes
Total number of items available. ⚠️ Note: totalItems is not accurately returning the total number of items that can be paginated. We are working on fixing this issue.
totalItems
Was this page helpful?