Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListUsersResponse

import type { ListUsersResponse } from "https://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";
interface ListUsersResponse {
NextToken?: string | null;
Users: User[];
}

§Properties

§
NextToken?: string | null
[src]

The pagination token used for the ListUsers and ListGroups API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.

§
Users: User[]
[src]

A list of User objects in the identity store.