Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface OrganizationPickerMembers extends BaseMembers { /** * ユーザーの組織を選択します。 * @param payload 組織IDを含むオプション。 */ selectOrganization(payload: { organization: string; state: string }): Promise<void>; /** * 組織の選択をスキップし、ユーザーの個人アカウントで続行します。 * @param payload requestに含めるカスタムオプション(任意)。 */ skipOrganizationSelection(payload?: CustomOptions): Promise<void>; }
Show パラメーター
string