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