Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.11 KB

File metadata and controls

35 lines (19 loc) · 1.11 KB

ExternalUsersManager

Submit job to delete external users

Delete external users from current user enterprise. This will remove each external user from all invited collaborations within the current enterprise.

This operation is performed by calling function submitJobToDeleteExternalUsersV2025R0.

See the endpoint docs at API Reference.

client.getExternalUsers().submitJobToDeleteExternalUsersV2025R0(new ExternalUsersSubmitDeleteJobRequestV2025R0(Arrays.asList(new UserReferenceV2025R0(getEnvVar("BOX_EXTERNAL_USER_ID")))))

Arguments

  • requestBody ExternalUsersSubmitDeleteJobRequestV2025R0
    • Request body of submitJobToDeleteExternalUsersV2025R0 method
  • headers SubmitJobToDeleteExternalUsersV2025R0Headers
    • Headers of submitJobToDeleteExternalUsersV2025R0 method

Returns

This function returns a value of type ExternalUsersSubmitDeleteJobResponseV2025R0.