API Reference > context-registry-client > ContextRegistry > ContextRegistryClient > getInvitedProjects getInvitedProjects Method Get the iTwin projects that the user has been "invited" to. getInvitedProjects(requestContext: AuthorizedClientRequestContext, queryOptions?: ContextRegistryRequestQueryOptions): Promise<Project[]> Parameter Type Description requestContext AuthorizedClientRequestContext queryOptions ContextRegistryRequestQueryOptions 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 context-registry/src/ContextRegistryClient.ts Line 206 Last Updated: 12 June, 2024