Learn R Programming

paws.customer.engagement (version 0.1.6)

connect_describe_user: Describes the specified user account

Description

Describes the specified user account. You can find the instance ID in the console (it's the final part of the ARN). The console does not display the user IDs. Instead, list the users and note the IDs provided in the output.

Usage

connect_describe_user(UserId, InstanceId)

Arguments

UserId

[required] The identifier of the user account.

InstanceId

[required] The identifier of the Amazon Connect instance.

Request syntax

svc$describe_user(
  UserId = "string",
  InstanceId = "string"
)