Queries statistics of Resource Access Management (RAM) user provisioning events that are created for the member in a resource directory.
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-003qew84**** |
| RdMemberId | string | Yes | The ID of the member in the resource directory. | 1743382****** |
Response parameters
Examples
Sample success responses
JSONformat
{
"UserProvisioningStatistics": {
"EntityId": "1743382******",
"Type": "RD Account",
"DirectoryId": "d-003qew84****",
"FailedEventCount": 4,
"OwnerPk": "1639738******",
"LatestAsyncTime": "2022-11-28T03:55:42Z"
},
"RequestId": "F6F90F3D-4502-5877-B80B-97476F6AE2CC"
}Error codes
For a list of error codes, visit the Service error codes.
