addConsumerToFolder
Add a consumer connection to a folder of service provider organisation. When the consumer is not known in the organisation, a connection request will be sent. A list of key value pairs is returned with the email and consumerConnectionId.
Possible exception(s) that can be thrown:
- Validation Exception when the consumer connection with the requested email is already added to folder
- Validation Exception when the consumer role requested is not configured for the journey type of the folder
addConsumerToFolder(
organisationId: ID!
folderId: ID!
consumerFolderDetails: [ConsumerFolderDetailsInput]
): [AddConsumerToFolderResponse!]!