OBJECT

updateMemberUserResponse

response of MemberGroupMemberUpdateCmd.

link GraphQL Schema definition

1type updateMemberUserResponse {
2
3# MemberGroup Identifiers to explicitly exclude the user from.
4addAsExplicitExclusionToMemberGroupId: String
19
5# MemberGroup Identifiers to explicitly add the user to.
6addAsExplicitInclusionToMemberGroupId: String
19
7# The catalog identifier.
8catalogId: String
19
9# MemberGroup Identifiers to remove the user from.
10removeFromMemberGroupId: String
19
11# The request type for example, ajax.
12requesttype: String
19
13# The current store identifier.
14storeId: String
19
15# The URL to call when the command completes successfully.
16uRL: String
19
17# The user identifier.
18userId: String
20
21}

link Required by