BindAccountMembershipPayload
No description
union BindAccountMembershipPayload = BindAccountMembershipSuccessPayload | BadAccountStatusRejection | AccountMembershipNotFoundRejection | AccountMembershipNotReadyToBeBoundRejection | IdentityAlreadyBindToAccountMembershipRejection | RestrictedToUserRejection | ValidationRejection
Possible types
BindAccountMembershipPayload.BindAccountMembershipSuccessPayload object
BindAccountMembershipPayload.BadAccountStatusRejection object
Rejection returned if the status account is not valid
BindAccountMembershipPayload.AccountMembershipNotFoundRejection object
BindAccountMembershipPayload.AccountMembershipNotReadyToBeBoundRejection object
Rejection returned if invitation has not been sent to user yet
BindAccountMembershipPayload.IdentityAlreadyBindToAccountMembershipRejection object
Rejection returned if identity and the account memberships are already bind
BindAccountMembershipPayload.RestrictedToUserRejection object
Rejection returned if the mutation cannot be executed in another context than user
BindAccountMembershipPayload.ValidationRejection object
Rejection returned if an input contains invalid data
Returned By
bindAccountMembership mutation