Skip to main content
PUT
/
api
/
Users
/
{userId}
/
Permissions
Update Permissions for specific User.
curl --request PUT \
  --url https://api.example.com/api/Users/{userId}/Permissions \
  --header 'Content-Type: application/json' \
  --data '[
  1
]'

Path Parameters

userId
integer<int32>
required

Body

application/json
Available options:
1,
3,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
30,
31,
33,
34,
35,
36,
39,
41,
42,
43,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
64,
68,
74,
97,
98

Response

200

OK