Learn R Programming

paws.end.user.computing (version 0.8.0)

workmail_list_personal_access_tokens: Returns a summary of your Personal Access Tokens

Description

Returns a summary of your Personal Access Tokens.

See https://www.paws-r-sdk.com/docs/workmail_list_personal_access_tokens/ for full documentation.

Usage

workmail_list_personal_access_tokens(
  OrganizationId,
  UserId = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

OrganizationId

[required] The Organization ID.

UserId

The WorkMail User ID.

NextToken

The token from the previous response to query the next page.

MaxResults

The maximum amount of items that should be returned in a response.