Values_1.DescribeUserResponseSourceDescribes the specified user. You can find the instance ID in the Amazon Connect 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.
type nonrec error = [ | `InternalServiceException of Values_0.InternalServiceException.t| `InvalidParameterException of Values_0.InvalidParameterException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of Values_0.SecurityProfileId.t
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `String of Values_0.SensitivePhoneNumber.t
| `Structure of
(string * [> `Integer of int ]) list ])
list ]
list
| `Map of
([> `String of string ] * [> `String of string ]) list
| `String of Values_0.UserId.t
| `Structure of
(string
* [> `Boolean of Values_0.AutoAccept.t
| `Enum of string
| `Integer of Values_0.AfterContactWorkTimeLimit.t
| `String of Values_0.AgentFirstName.t ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ])
list ]