List users
users
List users
Returns active users for the project. Filter with ?type=shared|dedicated, batch-fetch by id with repeated ?id=uuid&id=uuid params, or ?search= for a partial case-insensitive match on first/last name, phone number, and email. Pagination is opt-in: omit limit/offset to return all matches (default), or pass limit (max 500) and offset to page. total is the count of all matches ignoring pagination. Requires Authorization: Basic base64(projectId:projectSecret).
GET
List users
Path Parameters
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Query Parameters
Available options:
shared, dedicated Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Minimum string length:
1Required range:
1 <= x <= 500Required range:
0 <= x <= 1000000