File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- { "engineHash" : " 7c94f4f" , "specHash" : " 1715587 " , "version" : " 10.0.1" }
1+ { "engineHash" : " 7c94f4f" , "specHash" : " a646ae6 " , "version" : " 10.0.1" }
Original file line number Diff line number Diff line change @@ -189,9 +189,9 @@ Returns the updated user object.
189189
190190## Delete user
191191
192- Deletes a user. By default this will fail if the user
193- still owns any content. Move their owned content first
194- before proceeding, or use the ` force ` field to delete
192+ Deletes a user. By default, this operation fails if the user
193+ still owns any content, was recently active, or recently joined the enterprise from a free account.
194+ To proceed, move their owned content first, or use the ` force ` parameter to delete
195195the user and their files.
196196
197197This operation is performed by calling function ` deleteUserById ` .
Original file line number Diff line number Diff line change @@ -595,8 +595,8 @@ export interface DeleteUserByIdQueryParams {
595595 * the deletion. */
596596 readonly notify ?: boolean ;
597597 /**
598- * Whether the user should be deleted even if this user
599- * still own files . */
598+ * Specifies whether to delete the user even if they still own files,
599+ * were recently active, or recently joined the enterprise from a free account . */
600600 readonly force ?: boolean ;
601601}
602602export class DeleteUserByIdHeaders {
@@ -933,9 +933,9 @@ export class UsersManager {
933933 } ;
934934 }
935935 /**
936- * Deletes a user. By default this will fail if the user
937- * still owns any content. Move their owned content first
938- * before proceeding, or use the `force` field to delete
936+ * Deletes a user. By default, this operation fails if the user
937+ * still owns any content, was recently active, or recently joined the enterprise from a free account.
938+ * To proceed, move their owned content first, or use the `force` parameter to delete
939939 * the user and their files.
940940 * @param {string } userId The ID of the user.
941941 Example: "12345"
You can’t perform that action at this time.
0 commit comments