Describes the specified user account. You can find the instance ID in the console (it<U+2019>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.
connect_describe_user(UserId, InstanceId)[required] The identifier of the user account.
[required] The identifier of the Amazon Connect instance.
A list with the following syntax:
list(
User = list(
Id = "string",
Arn = "string",
Username = "string",
IdentityInfo = list(
FirstName = "string",
LastName = "string",
Email = "string"
),
PhoneConfig = list(
PhoneType = "SOFT_PHONE"|"DESK_PHONE",
AutoAccept = TRUE|FALSE,
AfterContactWorkTimeLimit = 123,
DeskPhoneNumber = "string"
),
DirectoryUserId = "string",
SecurityProfileIds = list(
"string"
),
RoutingProfileId = "string",
HierarchyGroupId = "string",
Tags = list(
"string"
)
)
)
svc$describe_user( UserId = "string", InstanceId = "string" )