Lists all the userAssignedIdentities available under the specified subscription.

get/subscriptions/{subscriptionId}/providers/Microsoft.ManagedIdentity/userAssignedIdentities

Path parameters

subscriptionIdstring required

The Id of the Subscription to which the identity belongs.

Query parameters

api-versionstring required

Version of API to invoke.

Response

OK. The list of userAssignedIdentities was retrieved and returned successfully.

valueIdentity[] — unresolved $ref

The collection of userAssignedIdentities returned by the listing operation.

nextLinkstring

The url to get the next page of results, if any.

Changes