cognitoidentityprovider_list_user_import_jobs {paws.security.identity} | R Documentation |
Lists user import jobs for a user pool
Description
Lists user import jobs for a user pool.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_list_user_import_jobs/ for full documentation.
Usage
cognitoidentityprovider_list_user_import_jobs(
UserPoolId,
MaxResults,
PaginationToken = NULL
)
Arguments
UserPoolId |
[required] The ID of the user pool that the users are being imported into. |
MaxResults |
[required] The maximum number of import jobs you want the request to return. |
PaginationToken |
This API operation returns a limited number of results. The pagination token is an identifier that you can present in an additional API request with the same parameters. When you include the pagination token, Amazon Cognito returns the next set of items after the current list. Subsequent requests return a new pagination token. By use of this token, you can paginate through the full list of items. |
[Package paws.security.identity version 0.9.0 Index]