Logo
Type aliases

UserOrganizationCreate

UserOrganizationCreate = object

Defined in: packages/cloud/src/client/types.gen.ts:8069

Schema for creating a user's membership to an organization.

Properties

user_id?

optional user_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:8073

The user's ID.


email?

optional email: string | null

Defined in: packages/cloud/src/client/types.gen.ts:8077

The user's email address.


project_ids

project_ids: string[] | null

Defined in: packages/cloud/src/client/types.gen.ts:8081

The project IDs to add the user to.


role_id?

optional role_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:8085

The role ID to assign to the user.