Forum Discussion
View all Pipelines
- Anonymous2 years ago
I finally got it to work. No the second link just gets the pipelines. I had pipelines that were actually assigned to no user. I suspect it was assigned to the manager before me and we she left the user went null. To update the user is the secret and I tried to use the link above, from LeeBenjamin: Deployment Pipeline - Update User As Admin
which used this API call. POST https://api.powerbi.com/v1.0/myorg/admin/pipelines/{pipelineId}/users
The documentation may be incorrect, as I could not get it to work until I changed the body key "accessRight" to "PipelineUserAccessRight". I only figured that out because I was clued by a previous error message. It was a lot of trial and error but problem finally solved!
I have question about this -
With the Admin Portal - we can see All the Workspaces - but we cannot see any of the deployment Pipelines
I would like to add myself as user/admin like I can in the workspaces in the admin portal.
In your answer you state I have to do this via an API.
Will the deployment pipelines be available via the Admin Portal the same as all workspaces? Thanks
Hi KarenL7 , This is an intresting idea which in order to sense its demand, appreciate it if you could post an idea for that on our Ideas portal to get some votes for that. Ideas portal
Thanks!
Lee