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: content/operate/rs/references/rest-api/requests/users/_index.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,11 @@ PUT /v1/users/1
190
190
| Host | cnm.cluster.fqdn | Domain name |
191
191
| Accept | application/json | Accepted media type |
192
192
193
+
#### Query parameters
194
+
195
+
| Field | Type | Description |
196
+
|---------|------|---------------|
197
+
| dry_run || Validate the updated [user object]({{< relref "/operate/rs/references/rest-api/objects/user" >}}) but don't apply the update. |
193
198
194
199
#### URL parameters
195
200
@@ -274,6 +279,12 @@ POST /v1/users
274
279
| Host | cnm.cluster.fqdn | Domain name |
275
280
| Accept | application/json | Accepted media type |
276
281
282
+
#### Query parameters
283
+
284
+
| Field | Type | Description |
285
+
|---------|------|---------------|
286
+
| dry_run || Validate the new [user object]({{< relref "/operate/rs/references/rest-api/objects/user" >}}) but don't apply the update. |
287
+
277
288
#### Body
278
289
279
290
Include a single [user object]({{< relref "/operate/rs/references/rest-api/objects/user" >}}) in the request body. The user object must have an email, password, and role.
0 commit comments