paws.customer.engagement (version 0.1.0)

pinpoint_get_user_endpoints: Returns information about the endpoints that are associated with a User ID

Description

Returns information about the endpoints that are associated with a User ID.

Usage

pinpoint_get_user_endpoints(ApplicationId, UserId)

Arguments

ApplicationId

[required] The unique ID of your Amazon Pinpoint application.

UserId

[required] The unique ID of the user.

Request syntax

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