Azure Machine Learning
An Azure machine learning service for building and deploying models.
1,709 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi there,
This document page https://learn.microsoft.com/en-us/rest/api/azureml/workspacesandcomputes/workspaces page describes how we can retrieve (Get function) Workspace details based on the subscription.
I am interested to get similar Workspace details based on the logged user. Please let me know how I can achieve it.
Thanks,
Hamsini Sharma
@Hamsini S To list a workspace details the current REST API supports getting these details based on the mentioned parameters.
Are you looking to get a logged in user details from an application and then call the get API for workspaces? In this scenario using the MS graph API to get the user details and listing their access to subscriptions and workspaces might be required because the final get resources of the workspace will need the subscription, resource group and workspace details.
You can lookup this sample notebook which details how to authenticate a user based on these details and setup the workspace to run experiments. Thanks!