Skip to content

Commit

Permalink
Added comment about delete_machine_users query param
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Dec 11, 2024
1 parent bd9ab57 commit 0884e86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/lib/external.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export default class ExternalProvider {
}): Promise<void> {
const creds = await this.auth();

// there is a ?delete_machine_user query param you can add, if you want to delete any MU's associated with the integration
const url = new URL(`api/v1/proxy/integrations/etl/identifier/${body.connection_id}`, this.config.server.provider_url);
url.searchParams.append('proxy_user_id', String(uid));

Expand Down

0 comments on commit 0884e86

Please sign in to comment.