We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4544c3b commit 284d466Copy full SHA for 284d466
content/v3/users/administration.md
@@ -40,7 +40,7 @@ Name | Type | Description
40
41
## Rename an existing user
42
43
- PATCH /admin/users/:user_id
+ PATCH /admin/users/:username
44
45
### Parameters
46
@@ -64,7 +64,7 @@ Name | Type | Description
64
65
## Create an impersonation OAuth token
66
67
- POST /admin/users/:user_id/authorizations
+ POST /admin/users/:username/authorizations
68
69
70
@@ -79,7 +79,7 @@ Name | Type | Description
79
80
## Delete an impersonation OAuth token
81
82
- DELETE /admin/users/:user_id/authorizations
+ DELETE /admin/users/:username/authorizations
83
84
### Response
85
0 commit comments