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!
Hi jasonsnc42
For your first question, I believe this documentation is relevant:
Deployment Pipeline - Update User As Admin
BR,
Lee