We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e7202 commit 7e2ba6fCopy full SHA for 7e2ba6f
projects/app/src/web/support/user/api.ts
@@ -96,7 +96,7 @@ export const getCaptchaPic = (username: string) =>
96
captchaImage: string;
97
}>('/proApi/support/user/account/captcha/getImgCaptcha', { username });
98
99
-export const postSyncMembers = () => POST('/proApi/support/user/team/org/sync');
+export const postSyncMembers = () => POST('/proApi/support/user/sync');
100
101
export const GetSearchUserGroupOrg = (
102
searchKey: string,
0 commit comments