Removes a user from the organization.
The ID of the user to remove.
Resolves when the deletion request succeeds.
Errors.PineconeArgumentError when userId is empty.
Retrieves a user by ID.
The user ID returned by UsersResource.list.
The user details.
Errors.PineconeArgumentError when userId is empty.
Lists one page of users, optionally filtered by email.
Filters and pagination settings. Omit to fetch the first page without filters.
Results in data; pass pagination.next as paginationToken to fetch the next page.
Users are people who belong to your organization. Access this resource through AdminClient.users; do not construct it directly. Use AdminClient.invites to invite new members.
Example