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