companyUserCreate
mutation
Invite user to company
Creates a new user account and associates it with the company. Sends an invitation email to the provided address. Returns the created company user record.
mutation {
companyUserCreate(companyId: Int!, data: CompanyUserInsert!): CompanyUser!
}Returns: CompanyUser!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | CompanyUserInsert! |