CreateOrganizationUserInput Input Object
Input fields
Argument | Type | Description |
---|---|---|
email | String! | The email address associated with the User. |
name | String | The user's preferred name. |
role | ID! | The Role to associate with the User. |
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. |