BrokerResearchUserEntitlementUpdateInput
input BrokerResearchUserEntitlementUpdateInput {
userId: String!
action: BrokerResearchEntitlementRequestAction
entitlementGroups: [String!]
comment: String
}
Fields
BrokerResearchUserEntitlementUpdateInput.userId
● String!
non-null scalar
BrokerResearchUserEntitlementUpdateInput.action
● BrokerResearchEntitlementRequestAction
enum
BrokerResearchUserEntitlementUpdateInput.entitlementGroups
● [String!]
list scalar
The resultant entitlement group list for the request/user. Whatever groups are provided in the list will replace the existing entitlement groups for the request/user.
BrokerResearchUserEntitlementUpdateInput.comment
● String
scalar
The comment added by the provider while updating the entitlement groups for the user. The comment is optional.
Member of
updateBrokerResearchUserEntitlements
mutation