Get User Thumbnail Generation Operation

Gets the status and result of a Generate User Thumbnail long-running operation.

Call this with the operation path returned by Generate User Thumbnail, polling until done is true. Once complete, response.imageUri contains the generated thumbnail URL.

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

Path parameters

user_idstring required

The user ID.

operation_idstring required

The operation ID returned by Generate User Thumbnail.

Response

Success

pathstring nullable

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}.

metadataOpenCloudUsersGenerateUserThumbnailMetadata

Represents metadata about the long-running operation corresponding to a GenerateUserThumbnail request.

This is the type of the Operation.metadata field in the response to GetOperation requests for GenerateUserThumbnail operations.

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.

Changes

Changed in 1 of the 15 revisions of this API.1