companyUserUpdate
mutation
Update company user
Modifies a user's profile within the company, such as their name, phone, avatar, or assigned role. Returns the updated record.
mutation {
companyUserUpdate(companyId: Int!, data: CompanyUserUpdate!): CompanyUser!
}Returns: CompanyUser!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | CompanyUserUpdate! |