Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_get_user_endpoints: Retrieves information about all the endpoints that are associated with a specific user ID

Description

Retrieves information about all the endpoints that are associated with a specific user ID.

Usage

pinpoint_get_user_endpoints(ApplicationId, UserId)

Arguments

ApplicationId

[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

UserId

[required] The unique identifier for the user.

Request syntax

svc$get_user_endpoints(
  ApplicationId = "string",
  UserId = "string"
)