You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/rest_api_reference/input/ez-user-groups.raml
+60-62Lines changed: 60 additions & 62 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,36 @@ get:
127
127
404:
128
128
description: Error - the User Group does not exist.
129
129
/users:
130
+
get:
131
+
displayName: Load Users of Group
132
+
description: Loads the Users of the Group with the given ID.
133
+
queryParameters:
134
+
limit:
135
+
description: Only 'limit' items will be returned started by offset.
136
+
offset:
137
+
description: Offset of the result set.
138
+
headers:
139
+
Accept:
140
+
description: UserList - If set, the User list returned in XML or JSON format. UserRefList - If set, the link list of Users returned in XML or JSON format.
141
+
example: |
142
+
application/vnd.ez.api.UserList+xml
143
+
application/vnd.ez.api.UserList+json
144
+
application/vnd.ez.api.UserRefList+xml
145
+
application/vnd.ez.api.UserRefList+json
146
+
responses:
147
+
200:
148
+
description: OK - the Users of the Group with the given ID.
description: Error - the user has no permission to read User Groups.
158
+
404:
159
+
description: Error - the User Group does not exist.
130
160
post:
131
161
displayName: Create User
132
162
description: Creates a new User in the given Group.
@@ -166,6 +196,36 @@ get:
166
196
404:
167
197
description: Error - the Group with the given ID does not exist.
168
198
/subgroups:
199
+
get:
200
+
displayName: Load subgroups
201
+
description: Returns a list of the subgroups.
202
+
queryParameters:
203
+
limit:
204
+
description: The number of Locations returned.
205
+
offset:
206
+
description: The offset of the result set.
207
+
headers:
208
+
Accept:
209
+
description: UserGroupList - If set, the User Group list is returned in XML or JSON format. UserGroupRefList - If set, the link list of User Groups is returned in XML or JSON format.
description: Error - the user is not authorized to delete this Role assignment.
301
-
/{id}/users:
302
-
get:
303
-
displayName: Load Users of Group
304
-
description: Loads the Users of the Group with the given ID.
305
-
queryParameters:
306
-
limit:
307
-
description: Only 'limit' items will be returned started by offset.
308
-
offset:
309
-
description: Offset of the result set.
310
-
headers:
311
-
Accept:
312
-
description: UserList - If set, the User list returned in XML or JSON format. UserRefList - If set, the link list of Users returned in XML or JSON format.
313
-
example: |
314
-
application/vnd.ez.api.UserList+xml
315
-
application/vnd.ez.api.UserList+json
316
-
application/vnd.ez.api.UserRefList+xml
317
-
application/vnd.ez.api.UserRefList+json
318
-
responses:
319
-
200:
320
-
description: OK - the Users of the Group with the given ID.
description: Error - the user has no permission to read User Groups.
330
-
404:
331
-
description: Error - the User Group does not exist.
332
-
/{id}/subgroups:
333
-
get:
334
-
displayName: Load subgroups
335
-
description: Returns a list of the subgroups.
336
-
queryParameters:
337
-
limit:
338
-
description: The number of Locations returned.
339
-
offset:
340
-
description: The offset of the result set.
341
-
headers:
342
-
Accept:
343
-
description: UserGroupList - If set, the User Group list is returned in XML or JSON format. UserGroupRefList - If set, the link list of User Groups is returned in XML or JSON format.
0 commit comments