CreateCustomerUserInput Input Object
Input fields
Argument | Type | Description |
---|---|---|
email | String! | The email address associated with the User. |
name | String | The user's preferred name. |
customer | ID | The Customer the user belongs to, if any. If this is NULL then Organization will be specified. |
role | ID! | |
phone | String | The preferred contact phone number for the User. |
externalId | String | Allows for mapping an external entity to a Prismatic record. |
clientMutationId | String | A unique identifier for the client performing the mutation. |