Logo
Functions

batchRemoveUsersFromOrganizationApiV1OrganizationsOrganizationIdUsersRemovePut

batchRemoveUsersFromOrganizationApiV1OrganizationsOrganizationIdUsersRemovePut<ThrowOnError>(options): RequestResult<void, HTTPValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:1500

Batch Remove Users From Organization Remove a batch of users from an organization.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError, string>, "body" | "url"> & BatchRemoveUsersFromOrganizationApiV1OrganizationsOrganizationIdUsersRemovePutData & Pick<RequestOptions<ThrowOnError, string>, "headers">

Returns

RequestResult<void, HTTPValidationError, ThrowOnError>

On this page