API Reference > imodeljs-clients > iTwinServiceClients > ConnectClient > getInvitedProjects getInvitedProjects Method Get the projects the user has been "invited" to. getInvitedProjects(requestContext: AuthorizedClientRequestContext, queryOptions?: ConnectRequestQueryOptions): Promise<Project[]> Parameter Type Description requestContext AuthorizedClientRequestContext queryOptions ConnectRequestQueryOptions Query options. Use the mapped EC property names in the query strings and not the TypeScript property names. Returns - Promise<Project[]> Resolves to an array of invited projects. Defined in core/clients/src/ConnectClients.ts Line 225 Last Updated: 13 June, 2024