List all Users in the account.
curl https://api.warpstream.com/api/v1/users/list \ -H 'warpstream-api-key: XXXXXXXXXX' \ -H 'Content-Type: application/json'
{ "users": [ { "id": "ui_XXXXXXXXXX", "first_name": "example-first-name", "last_name": "example-last-name", "email_address": "example-email-address" } ] }
Last updated 6 months ago
Was this helpful?