Skip to main content

Type Alias: ChangeProjectUserRoleRequest

type ChangeProjectUserRoleRequest: components["schemas"]["ChangeProjectUserRoleRequest"];

Properties

PropertyTypeRequiredDescription
permissionIdstringYesThe permission ID of the user (ProjectUserDto.id)
role"admin" | "maintainer" | "developer"YesNew role to assign (example: "maintainer")

Defined in

4Players/cortex-typescript-sdk/src/resources/users.ts:12