Skip to main content

IdentityAlreadyBindToAccountMembershipRejection

Rejection returned if identity and the account memberships are already bind

type IdentityAlreadyBindToAccountMembershipRejection implements Rejection {
accountId: String!
identityId: String!
message: String!
}

Fields

IdentityAlreadyBindToAccountMembershipRejection.accountId ● String! non-null scalar

IdentityAlreadyBindToAccountMembershipRejection.identityId ● String! non-null scalar

IdentityAlreadyBindToAccountMembershipRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented By

BindAccountMembershipPayload union