Type aliases
UserOrganizationCreate
UserOrganizationCreate =
object
Defined in: packages/cloud/src/client/types.gen.ts:7556
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:7560
The user's ID.
email?
optional
email:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:7564
The user's email address.
project_ids
project_ids:
string
[] |null
Defined in: packages/cloud/src/client/types.gen.ts:7568
The project IDs to add the user to.
role_id?
optional
role_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:7572
The role ID to assign to the user.