Skip to content

Commit a64aa69

Browse files
authored
Create Add new User to Workspace
1 parent 0754384 commit a64aa69

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed
+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"info": {
3+
"_postman_id": "4e847e45-7a75-4b34-b0ab-97a204e15b62",
4+
"name": "Add new User with permission to Workspace",
5+
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
6+
"_exporter_id": "17025063"
7+
},
8+
"item": [
9+
{
10+
"name": "https://api.powerbi.com/v1.0/myorg/admin/groups/<WorkspaceID>/users",
11+
"request": {
12+
"auth": {
13+
"type": "bearer",
14+
"bearer": [
15+
{
16+
"key": "token",
17+
"value": "{{TOKEN}}",
18+
"type": "string"
19+
}
20+
]
21+
},
22+
"method": "POST",
23+
"header": [],
24+
"body": {
25+
"mode": "raw",
26+
"raw": "{\r\n \"AppID\": \"<WorkspaceID\",\r\n \"groupUserAccessRight>\": \"<Workspace-Rigth>\"\r\n}",
27+
"options": {
28+
"raw": {
29+
"language": "json"
30+
}
31+
}
32+
},
33+
"url": {
34+
"raw": "https://api.powerbi.com/v1.0/myorg/<Workspace-Rigth>/groups/<WorkspaceID>/users",
35+
"protocol": "https",
36+
"host": [
37+
"api",
38+
"powerbi",
39+
"com"
40+
],
41+
"path": [
42+
"v1.0",
43+
"myorg",
44+
"<Workspace-Rigth>",
45+
"groups",
46+
"<WorkspaceID>",
47+
"users"
48+
]
49+
}
50+
},
51+
"response": []
52+
}
53+
]
54+
}

0 commit comments

Comments
 (0)