All Products
Search
Document Center

CloudSSO:GetUserProvisioningRdAccountStatistics

Last Updated:Mar 29, 2024

Queries statistics of Resource Access Management (RAM) user provisioning events that are created for the member in a resource directory.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DirectoryIdstringYes

The ID of the resource directory.

d-003qew84****
RdMemberIdstringYes

The ID of the member in the resource directory.

1743382******

Response parameters

ParameterTypeDescriptionExample
object

The returned results.

UserProvisioningStatisticsobject

The statistics of the RAM user provisioning.

EntityIdstring

The entity ID, which is the ID of the member in the resource directory.

1743382******
Typestring

The entity type. The value is fixed as RD Account.

RD Account
DirectoryIdstring

The ID of the resource directory.

d-003qew84****
FailedEventCountlong

The number of failed RAM user provisioning events.

4
OwnerPkstring

The ID of the Alibaba Cloud account to which the resource directory belongs.

1639738******
LatestAsyncTimestring

The time when the RAM user provisioning was last performed.

2022-11-28T03:55:42Z
RequestIdstring

The request ID.

F6F90F3D-4502-5877-B80B-97476F6AE2CC

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.