All Products
Search
Document Center

CloudSSO:GetUserProvisioningStatistics

Last Updated:Mar 29, 2024

Queries the statistics of a Resource Access Management (RAM) user provisioning.

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****
UserProvisioningIdstringYes

The ID of the RAM user provisioning.

up-002axzhapcbz6e63****

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 RAM user provisioning.

up-002axzhapcbz6e63****
Typestring

The entity type. The value is fixed as User Provisioning.

User Provisioning
DirectoryIdstring

The ID of the resource directory.

d-003qew84****
FailedEventCountlong

The number of failed RAM user provisioning events that are associated with the RAM user provisioning.

3
OwnerPkstring

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

139665787317****
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": "up-002axzhapcbz6e63****",
    "Type": "User Provisioning",
    "DirectoryId": "d-003qew84****",
    "FailedEventCount": 3,
    "OwnerPk": "139665787317****",
    "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.