Skip to main content

supplierIdentities

Get a filtered list of SupplierIdentities

All of the filters are optional, but you must include at least one. You may receive less supplierIdentities than you indicate if you do not have permission to read part of the result set.

Not all filter combinations are valid, for example you cannot filter by

  • identityId + identityParentEntityId (requires supplierId)
  • identityType only (requires supplierId)

Requires supplieridentity/read permission on the requesting identity for each supplier requested, or you can request your own identities.

supplierIdentities(
after: String
before: String
first: Int
identityId: ID
identityParentEntityId: ID
identityType: SupplierIdentityType
last: Int
supplierId: ID
): SupplierIdentityConnection!

Arguments

supplierIdentities.after ● String scalar

Returns the elements in the list that come after the specified cursor.

supplierIdentities.before ● String scalar

Returns the elements in the list that come before the specified cursor.

supplierIdentities.first ● Int scalar

Returns the first n elements from the list.

supplierIdentities.identityId ● ID scalar

Filter the results to a specific identityId. Use this with your own userName or appClientId in order to see "My SupplierIdentities". You automatically have access to your own SupplierIdentities.

supplierIdentities.identityParentEntityId ● ID scalar

Filter the results to a specific identityParentEntityId (optional)

supplierIdentities.identityType ● SupplierIdentityType enum

Filter the results to a specific identity type (optional)

supplierIdentities.last ● Int scalar

Returns the last n elements from the list.

supplierIdentities.supplierId ● ID scalar

Filter the results to a specific supplierId. (optional)

Type

SupplierIdentityConnection object

Paginate through SupplierIdentities