--- title: IdentityProviderSubject - GraphQL Admin description: Represents a customer's identity provider subject identifier. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/IdentityProviderSubject md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/IdentityProviderSubject.md --- # Identity​Provider​Subject object Requires The user must have access to manage identity providers. Represents a customer's identity provider subject identifier. ## Fields * created​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime) non-null The date and time when the provider subject was created. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) non-null A globally-unique ID for the provider subject. * provider​Name [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The merchant-configured name of the third-party identity provider. * subject [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The unique subject identifier assigned to the customer by the authentication provider. * updated​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime) non-null The date and time when the provider subject was last updated. *** ## Map ### Fields with this object * [Customer.identityProviderSubjects](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Customer#field-Customer.fields.identityProviderSubjects) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node) interface *** ## IdentityProviderSubject Implements ### Implements * [Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node)