Retrieve list of users with filtering, and pagination options. All users are returned when no filters are provided.
Note: User view all permission is required to invoke this API.
Rate limit: 300 requests per minute per workspace, resulting in a 429
error if exceeded.
Successful Response
Bad Request
Unauthorized
Forbidden
Precondition Failed
Unprocessable Entity
Internal Server Error
{- "offset": 0,
- "count": 0,
- "total": 0,
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "generation": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "username": "user@example.com",
- "userStatus": "UNVERIFIED",
- "lastLogin": "2019-08-24T14:15:22Z",
- "resourceUri": "string"
}
]
}