Queries the ID of a user in a resource directory by using the ExternalId parameter.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| DirectoryId | string | Yes | The ID of the resource directory. | d-00fc2p61**** |
| ExternalId | object | Yes | The identifier information about the user that is synchronized from an external identity provider (IdP). | |
| Id | string | Yes | The identifier of the user that is synchronized from an external IdP. | c73******a5fdd5 |
| Issuer | string | Yes | The method for external identity synchronization. Only System for Cross-domain Identity Management (SCIM) synchronization is supported. | SCIM |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "A3A41736-A050-50B6-ABC5-590F376A0044",
"UserId": "u-d8d1iox****"
}Error codes
For a list of error codes, visit the Service error codes.
