Logo
Type aliases

UserOrganizationRoleCreate

UserOrganizationRoleCreate = object

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

Schema for creating a user's role in an organization.

Properties

user_id

user_id: string

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

The user's ID.


organization_id

organization_id: string

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

The organization's ID.


role_id

role_id: string

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

The role's ID.

On this page