Method: locations.workforcePools.subjects.undelete

Undeletes a WorkforcePoolSubject, as long as it was deleted fewer than 30 days ago.

HTTP request

POST https://iam.googleapis.com/v1/{name=locations/*/workforcePools/*/subjects/*}:undelete

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The resource name of the WorkforcePoolSubject. Special characters, like / and :, must be escaped, because all URLs need to conform to the "When to Escape and Unescape" section of RFC3986.

Format: locations/{location}/workforcePools/{workforcePoolId}/subjects/{subject_id}

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/iam

For more information, see the Authentication Overview.