v1

latestOpenAPI 3.0.42026-08-068161,1253.1 MB
Users

Get User Thumbnail Generation Operation

Retrieves the status of the operation to generate a user thumbnail.

get/cloud/v2/users/{user_id}/operations/{operation_id}

Path parameters

user_idstring required

The user ID.

operation_idstring required

The operation ID.

Response

OK

pathstring

The server-assigned path, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the path should be a resource path ending with operations/{unique_id}.

doneboolean

If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.

Example response

{
  "done": true
}