OBJECT
User
A user account. All fields are for an authorized user, except for email
link GraphQL Schema definition
- type User {
- # current storage subscription a user is subscribed to
- Subscription :
- # Active Plan a user is subscribed to, returns only a StorageTier
- StorageTier! :
- # List of active subscriptions for a user
- Subscription!]! : [
- # current tier permission a user is subscribed to
- TierPermission! :
- # Banners to show for a given input
- #
- # Arguments
- # type: [Not documented]
- String): [AdBanner!] ( :
- # List out all the albums for the current user
- #
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # search_term: [Not documented]
- # sort_by: [Not documented]
- # sort_order: [Not documented]
- # include_organization_albums: [Not documented]
- (
- Int, :
- Int, :
- String, :
- AlbumsSortBy, :
- SortOrder, :
- Boolean :
- ): Albums!
- # Audio analytics for top artists for a user
- #
- # Arguments
- # input: [Not documented]
- (
- AnalyticsTopArtistsCursorInput :
- ): [AnalyticsTopArtist!]!
- # Number of top artists for a user
- #
- # Arguments
- # input: [Not documented]
- (
- AnalyticsTopArtistsCursorInput :
- ): Int!
- # Audio analytics for top medias for a user
- #
- # Arguments
- # input: [Not documented]
- (
- AnalyticsTopContentCursorInput :
- ): [AnalyticsTopContent!]!
- # Number of top medias for a user
- #
- # Arguments
- # input: [Not documented]
- (
- AnalyticsTopContentCursorInput :
- ): Int!
- # Audio analytics for top countries for a user
- #
- # Arguments
- # input: [Not documented]
- (
- AnalyticsTopGeocountryCursorInput :
- ): [AnalyticsTopGeocountry!]!
- # Any more top countries for a user
- #
- # Arguments
- # input: [Not documented]
- (
- AnalyticsTopGeocountryCursorInput :
- ): Boolean!
- # Number of top countries for a user
- #
- # Arguments
- # input: [Not documented]
- (
- AnalyticsTopGeocountryCursorInput :
- ): Int!
- # Does this user have any medias with assets that have claims on them?
- Boolean! :
- # List out all Artists for the current user
- #
- # Arguments
- # user_id: [Not documented]
- # search_term: [Not documented]
- # has_chartmetric: [Not documented]
- # has_analytics: [Not documented]
- # has_connect_spotify: [Not documented]
- # include_admins: [Not documented]
- # input: [Not documented]
- (
- ID, :
- String, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- ArtistsCursorInput :
- ): [Artist!]!
- # Any more artists in this user
- #
- # Arguments
- # input: [Not documented]
- ArtistsCursorInput): Boolean! ( :
- # Count of artists for the user
- #
- # Arguments
- # input: [Not documented]
- ArtistsCursorInput): Int! ( :
- # revenue for assets
- #
- # Arguments
- # input: [Not documented]
- AssetRevenuesCursorInput): [AssetRevenue!]! ( :
- # Audio analytics for a user
- #
- # Arguments
- # input: [Not documented]
- AudioAnalyticsCursorInput): AudioAnalytics! ( :
- # Audio analytics by age group for a user
- #
- # Arguments
- # input: [Not documented]
- (
- AudioAnalyticsByAgegroupCursorInput :
- ): [AudioAnalyticsByAgegroup!]!
- # Audio analytics by device for a user
- #
- # Arguments
- # input: [Not documented]
- (
- AudioAnalyticsByDeviceCursorInput :
- ): [AudioAnalyticsByDevice!]!
- # Audio analytics by gender for a user
- #
- # Arguments
- # input: [Not documented]
- (
- AudioAnalyticsByGenderCursorInput :
- ): [AudioAnalyticsByGender!]!
- # Audio analytics by source for a user
- #
- # Arguments
- # input: [Not documented]
- (
- AudioAnalyticsBySourceCursorInput :
- ): [AudioAnalyticsBySource!]!
- # Number of audio analytics for a user
- #
- # Arguments
- # input: [Not documented]
- AudioAnalyticsCursorInput): Int! ( :
- # Balance available to withdraw of a user
- Float! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # List of networks available for a user
- #
- # Arguments
- # type: [Not documented]
- # music_video_type: [Not documented]
- (
- NetworkType, :
- SupportedVideo :
- ): [Network!]!
- # List of storage tiers available for a user
- #
- # Arguments
- # limit: [Not documented]
- Int!): [StorageTier!]! ( :
- # Information about whether or not a month has any balance_adjustments
- #
- # Arguments
- # input: [Not documented]
- (
- BalanceActivityMonthsCursorInput :
- ): [MonthHasData!]!
- # Summaries of all balance adjustments that occurred on specific dates
- #
- # Arguments
- # input: [Not documented]
- (
- BalanceHistoryDateSummariesCursorInput :
- ): [BalanceHistoryDateSummary!]!
- # Count of all summaries of balance adjustments that occurred on specific dates
- #
- # Arguments
- # input: [Not documented]
- (
- BalanceHistoryDateSummariesCursorInput :
- ): Int!
- # The networks the user has made revenue from
- #
- # Arguments
- # audio: [Not documented]
- Boolean): [Network!]! ( :
- # The range of balance adjustments for a user
- DateTime!] : [
- # Token for payments processed to braintree
- String! :
- # Any more cash advance recoupments for user
- #
- # Arguments
- # input: [Not documented]
- (
- CashAdvanceRecoupmentsCursorInput :
- ): Boolean!
- # Number of cash advance recoupments for user
- #
- # Arguments
- # input: [Not documented]
- (
- CashAdvanceRecoupmentsCursorInput :
- ): Int!
- # Cash advance recoupments for user
- #
- # Arguments
- # input: [Not documented]
- (
- CashAdvanceRecoupmentsCursorInput :
- ): [CashAdvanceRecoupment!]!
- # User accounts that are charitably
- User!]! : [
- # Is a charitable user
- Boolean! :
- # The name of the charity
- String! :
- # Revenue generated or this user
- Float! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # client_revenue using materialized views and only including locked-in revenue
- # (not including pending revenue)
- Float! :
- # List out all Composers for the current user
- #
- # Arguments
- # input: [Not documented]
- ComposersCursorInput): [Composer!]! ( :
- # CLA issued for a user
- Agreement @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # User's country code if one is present
- String :
- # When the user created their profile
- DateTime! :
- # List of credit cards
- PaymentMethodCreditCard!]! : [
- String! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- Float! :
- Int @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # reasons for delete data request
- String!]! : [
- # reasons for delete account request
- String!]! @deprecated( reason: "WARNING: this field is not currently used in any application" ) : [
- # The device being used
- String! :
- String! :
- Boolean! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # Email Address for a user
- String! :
- String! @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- DateTime! @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- # Flag for the email is confirmed
- Boolean! :
- # Flag for a user exceeded their storage limit.
- Boolean! :
- # A custom external url for this User.
- String :
- # user's enabled features
- String!]! : [
- # First artist in the order of creation
- Artist @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- String :
- # Whether or not the user is free monetize
- Boolean! @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- String :
- String! :
- # Is the user's account in good standing with Vydia
- Boolean! :
- # User has an active cash advance recoupment
- Boolean! :
- # Has analytics for specified network name
- #
- # Arguments
- # network_name: [Not documented]
- # user_id: [Not documented]
- (
- AudioAnalyticsNetworks, :
- ID :
- ): Boolean!
- # Flag for a user has any feature at all
- #
- # Arguments
- # features: [Not documented]
- Features!]!): Boolean! ( : [
- # Has analytics for v2 audio analytics screen
- #
- # Arguments
- # artist_id: [Not documented]
- # media_id: [Not documented]
- # user_id: [Not documented]
- ID, : ID, : ID): Boolean! ( :
- # Flag for a user has a feature
- #
- # Arguments
- # feature: [Not documented]
- Features!): Boolean! ( :
- # Should client receive the payments? or the organization
- Boolean! :
- # Flag for a user has a password
- Boolean! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # If the user has received any archived payee asset splits
- Boolean! :
- # Has royalty_center_payee or royalty_center_payor feature
- Boolean! :
- # Flag for a user has seen a feature
- #
- # Arguments
- # feature: [Not documented]
- # timestamp: [Not documented]
- Features!, : DateTime): Boolean! ( :
- # Whether or not the user has ever signed an agreement OR Whether or not a user
- # has signed a specific agreement by type
- #
- # Arguments
- # type: [Not documented]
- AgreementType): Boolean! ( :
- # If the user has signed the latest terms and conditions
- Boolean! :
- # Whether or not the user has ever signed a universal cla
- Boolean! @deprecated( reason: "WARNING: field deprecated use `User.has_signed_agreement` with a type argument instead" ) :
- ID! :
- # Image url for the user's avatar(s)
- String :
- String! :
- Boolean! :
- # Whether the user belongs to a Agency or not
- Boolean! @deprecated( reason: "We now use the term 'label' instead of agency" ) :
- # Flag for the user is banned
- Boolean! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # Whether the user belongs to a Label or not
- Boolean! @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- # Flag for a user is organization admin
- Boolean! :
- # Is over their storage plan artist limit
- Boolean! :
- # User has a paid storage tier or is free monetize
- Boolean! :
- # User has been onboarded to tipalti
- Boolean! :
- Boolean! @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- # Flag for a user is super_user
- Boolean! :
- Boolean! :
- # Default path a user will enter when signing in
- String :
- # Whether or not the user is free monetize
- DateTime @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- String :
- DateTime @deprecated( reason: "Latest Date when the T&C was signed" ) :
- # ip address that user has logged into the platform from
- String :
- # user agent that user has logged into the platform from
- String :
- Int @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # List out all the medias for a user
- #
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sort_by: [Not documented]
- # sort_order: [Not documented]
- # search_term: [Not documented]
- # supports_release: [Not documented]
- # with_file_upload: [Not documented]
- # unprotected: [Not documented]
- # generator: [Not documented]
- # category: [Not documented]
- # ids: [Not documented]
- # shared_with_me: [Not documented]
- # shared_with_me_enum: [Not documented]
- # audio_type: [Not documented]
- # with_sound_recording_rights: [Not documented]
- # can_be_split: [Not documented]
- # all_medias: [Not documented]
- # archived: [Not documented]
- # artist_archived: [Not documented]
- # include_organization_medias: [Not documented]
- # include_admins: [Not documented]
- (
- Int, :
- Int, :
- String, :
- String, :
- String, :
- Boolean, :
- Boolean, :
- Boolean, :
- Generator, :
- String, :
- ID!], : [
- Boolean, :
- MediaSharedWithMe, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean :
- ): Medias! @deprecated( reason: "Use flattened medias_v2 field instead." )
- # Medias of the user
- #
- # Arguments
- # input: [Not documented]
- MediasV2CursorInput): [Media!]! ( :
- # Any more results of medias
- #
- # Arguments
- # input: [Not documented]
- (
- MediasV2CursorInput :
- ): Boolean!
- # Count of medias
- #
- # Arguments
- # input: [Not documented]
- MediasV2CursorInput): Int! ( :
- # List of territories that all medias have sound recording rights in
- #
- # Arguments
- # input: [Not documented]
- (
- MediasV2CursorInput :
- ): [Territory!]!
- # Whether or not the user must enable mfa
- Boolean! :
- # Month Revenue for Networks
- #
- # Arguments
- # input: [Not documented]
- (
- MonthlyNetworkRevenuesCursorInput :
- ): [MonthlyNetworkRevenue!]!
- # Use this field instead of `last_terms_signed_at` to check if a user needs to
- # sign terms because we may update the backend logic and this field will be
- # compatible with the new logic.
- Boolean! :
- # Flag for a user must contact support, set when the user is locked
- Boolean! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # Whether or not the user need to sign a new universal cla
- Boolean! :
- # User's native country code if one is present
- CountryCode :
- # revenue for networks
- #
- # Arguments
- # input: [Not documented]
- NetworkRevenuesCursorInput): [NetworkRevenue!]! ( :
- # next StorageTier from the available storage tiers
- StorageTier :
- # 100
- Int! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- String! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- DateTime @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- # An Organization a user is a member of
- Organization :
- Float :
- # The qr code for the user
- String! :
- # Whether or not the user's OTP has expired
- Boolean! :
- # Whether or not the user has turned on OTP mfa
- Boolean! :
- # Whether user skipped OTP verification or not
- DateTime :
- # Get payee invite by id
- #
- # Arguments
- # id: [Not documented]
- ID!): PayeeInvite ( :
- # List out all the PayeeInvites for a User
- #
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # payee_ids: [Not documented]
- # role: [Not documented]
- # sort_order: [Not documented]
- # sort_by: [Not documented]
- # search_term: [Not documented]
- # status: [Not documented]
- # ids: [Not documented]
- # include_archived: [Not documented]
- # archived: [Not documented]
- # charity: [Not documented]
- # include_charity: [Not documented]
- (
- Int, :
- Int, :
- ID!], : [
- RoyaltyCenterRole!, :
- SortOrder, :
- PayeeInvitesSortBy, :
- String, :
- PayeeAssetSplitStatus, :
- ID!], : [
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean :
- ): PayeeInvites! @deprecated( reason: "User flattened payee_invites_v2 field instead." )
- # List out all the PayeeInvites for a User
- #
- # Arguments
- # input: [Not documented]
- PayeeInvitesV2CursorInput): [PayeeInvite!]! ( :
- # Anymore PayeeInvites for a User
- #
- # Arguments
- # input: [Not documented]
- (
- PayeeInvitesV2CursorInput :
- ): Boolean!
- # Count of PayeeInvites for a User
- #
- # Arguments
- # input: [Not documented]
- PayeeInvitesV2CursorInput): Int! ( :
- # List out all the Medias that a User is invited to
- #
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # role: [Not documented]
- # search_term: [Not documented]
- # status: [Not documented]
- # payee_invite_id: [Not documented]
- (
- Int, :
- Int, :
- RoyaltyCenterRole!, :
- String, :
- PayeeAssetSplitStatus, :
- ID :
- ): PayeeMediaSplits!
- # Count of payment methods of this user
- Int! :
- # List of Paypal accounts
- PaymentMethodPaypalAccount!]! : [
- String :
- # user's point of contact
- User @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- String! :
- String! :
- String! :
- # pretty_client_revenue_inexact using materialized views and only including
- # locked-in revenue (not including pending revenue)
- String! :
- # pretty_client_revenue using materialized views and only including locked-in
- # revenue (not including pending revenue)
- String! :
- # List out all Publishers for the current user
- #
- # Arguments
- # input: [Not documented]
- PublishersCursorInput): [Publisher!]! ( :
- String! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # Earnings for the quarters in the current year
- #
- # Arguments
- # input: [Not documented]
- QuarterlyEarningsCursorInput): [QuarterlyEarnings!]! ( :
- # Top medias by streams for a user
- #
- # Arguments
- # input: [Not documented]
- RankedMediasCursorInput): [RankedMedia!]! ( :
- # Count of top medias for a user
- #
- # Arguments
- # input: [Not documented]
- RankedMediasCursorInput): Int! ( :
- # List out all Releases for the current user
- #
- # Arguments
- # input: [Not documented]
- ReleasesV2CursorInput): [ReleaseCalendarItem!] ( :
- # Count of Releases for a user
- #
- # Arguments
- # input: [Not documented]
- ReleasesV2CursorInput): Int! ( :
- Int! :
- # Returns a rendered html string of RCA, Royalty Center Authorization
- String! :
- # Returns a rendered html string of Terms and Conditions
- String! :
- # Arguments
- # first_name: [Not documented]
- # last_name: [Not documented]
- # entity_name: [Not documented]
- # address: [Not documented]
- # address2: [Not documented]
- # city: [Not documented]
- # state: [Not documented]
- # postal: [Not documented]
- # country: [Not documented]
- # client_type: [Not documented]
- # signatory: [Not documented]
- # signatory_title: [Not documented]
- (
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String :
- ): String!
- # When the user requested to delete their account at
- DateTime :
- # The role of this user within the Organization/Label
- UserRole! :
- # Is the user an owner or admin of the organization
- Boolean! :
- # list out sales trends for the user
- #
- # Arguments
- # input: [Not documented]
- SalesTrendsInput): [SalesTrend!] ( :
- # Count of sales trends for an user
- #
- # Arguments
- # input: [Not documented]
- SalesTrendsInput): Int! ( :
- Boolean! :
- # Has previously signed a CLA or submitted a publishing release
- Boolean! :
- # List out all the SignedAgreements for a User
- #
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sort_by: [Not documented]
- # sort_order: [Not documented]
- # agreement_types: [Not documented]
- (
- Int, :
- Int, :
- SignedAgreementsSortBy, :
- SortOrder, :
- SignedAgreementType!] : [
- ): SignedAgreements!
- # If the user has signed agreements excluding terms and conditions
- SignedAgreement!]! : [
- # The user's signed cla releases
- Release!]! : [
- # Socials across all of the user's artists that need reconnect
- Social!] : [
- # Flag for the socials are verified
- Boolean! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # Count of all the user's submitted audio releases.
- Float! @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- # Count of all the user's submitted video releases.
- Float! @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- # url for tipalti registration
- String! :
- # Top albums for the user
- #
- # Arguments
- # input: [Not documented]
- TopAlbumsCursorInput): [TopAlbum!]! ( :
- # Any more top medias in this user
- #
- # Arguments
- # input: [Not documented]
- (
- TopAlbumsCursorInput :
- ): Boolean!
- # Count of top albums for the user
- #
- # Arguments
- # input: [Not documented]
- TopAlbumsCursorInput): Int! ( :
- # Top artists for the user
- #
- # Arguments
- # input: [Not documented]
- TopArtistsCursorInput): [TopArtist!]! ( :
- # Any more top medias in this user
- #
- # Arguments
- # input: [Not documented]
- (
- TopArtistsCursorInput :
- ): Boolean!
- # Count of top artists for the user
- #
- # Arguments
- # input: [Not documented]
- TopArtistsCursorInput): Int! ( :
- # Top countries for the user
- #
- # Arguments
- # input: [Not documented]
- TopGeocountryCursorInput): [TopGeocountry!]! ( :
- # Any more top medias in this user
- #
- # Arguments
- # input: [Not documented]
- (
- TopGeocountryCursorInput :
- ): Boolean!
- # Count of top artists for the user
- #
- # Arguments
- # input: [Not documented]
- TopGeocountryCursorInput): Int! ( :
- # Top medias by earnings in this user
- #
- # Arguments
- # input: [Not documented]
- TopMediasCursorInput): [TopMedia!]! ( :
- # Any more top medias in this user
- #
- # Arguments
- # input: [Not documented]
- (
- TopMediasCursorInput :
- ): Boolean!
- # Number of top medias in this user
- #
- # Arguments
- # input: [Not documented]
- TopMediasCursorInput): Int! ( :
- Int! :
- # Date when VIP Plan was confirmed by a user
- DateTime :
- # Youtube OAuth connection url
- String! :
- # Arguments
- # input: [Not documented]
- (
- YoutubeConflictsCursorInput :
- ): [YoutubeConflictTotals!]!
- # Arguments
- # input: [Not documented]
- YoutubeConflictsCursorInput): [YoutubeConflict!]! ( :
- # Arguments
- # input: [Not documented]
- (
- YoutubeConflictsCursorInput :
- ): Boolean!
- # Arguments
- # input: [Not documented]
- (
- YoutubeConflictsCursorInput :
- ): Int!
- # When the most recent YouTube Conflicts report was ingested into Vydia's Database
- #
- # Arguments
- # input: [Not documented]
- (
- YoutubeConflictsCursorInput :
- ): DateTime!
- # Whether or not the user is connected to youtube
- Boolean! :
- # Arguments
- # input: [Not documented]
- YoutubeUgcCursorInput): [YoutubeUgc!]! ( :
- # Arguments
- # input: [Not documented]
- (
- YoutubeUgcCursorInput :
- ): Boolean!
- # Arguments
- # input: [Not documented]
- YoutubeUgcCursorInput): Int! ( :
- # When the most recent YouTube Ugc report was ingested into Vydia's Database
- #
- # Arguments
- # input: [Not documented]
- (
- YoutubeUgcCursorInput :
- ): DateTime!
- # Arguments
- # input: [Not documented]
- YoutubeUgcCursorInput): [YoutubeUgcTotals!]! ( :
- }
link Require by
- A2VConversionFailedA Notification with type: a2v_conversion_failed
- AcceptAgreementPayloadAutogenerated return type of AcceptAgreement
- AcceptPayeeAssetSplitPayloadAutogenerated return type of AcceptPayeeAssetSplit
- AcceptPayeeInvitationPayloadAutogenerated return type of AcceptPayeeInvitation
- AcceptRcaPayloadAutogenerated return type of AcceptRca
- AcceptTermsAndConditionsPayloadAutogenerated return type of AcceptTermsAndConditions
- AcceptUclaPayloadAutogenerated return type of AcceptUcla
- AdminAddedComposerA Notification with type: admin_added_composer
- AdminAssertedRightsA Notification with type: admin_asserted_rights
- AdminCreatedPoliciesA Notification with type: admin_created_policies
- AdminPayeeAssetSplitAcceptedA Notification with type : admin_payee_asset_split_accepted
- AdminPayeeAssetSplitRejectedA Notification with type : admin_payee_asset_split_rejected
- AdminPayeeAssetSplitTerminatedA Notification with type: admin_payee_asset_split_terminated
- AdminUpdatedComposerA Notification with type: admin_updated_composer
- AdminUpdatedOwnershipA Notification with type: admin_updated_ownership
- AdminUpdatedPoliciesA Notification with type: admin_updated_policies
- AlbumCollection of medias to be sent out under an album to partner networks
- AnalyticsTopUserA top user with its analytics
- ArchivePayeeAssetSplitsPayloadAutogenerated return type of ArchivePayeeAssetSplits
- ArchivePayeeInvitePayloadAutogenerated return type of ArchivePayeeInvite
- ArtistAn artist profile
- ArtistUpdatedA Notification with type: artist_updated
- AuthErrorA Notification with type: auth_error
- CancelSyncPayloadAutogenerated return type of CancelSync
- CashAdvanceRecoupmentA label client advance recoupment
- CashAdvanceRecoupmentCreatedA Notification with type: cash_advance_recoupment_created
- ChangePasswordPayloadAutogenerated return type of ChangePassword
- ConfirmPasswordPayloadAutogenerated return type of ConfirmPassword
- ConfirmVIPPlanPayloadAutogenerated return type of ConfirmVIPPlan
- ConnectFbAndIgToArtistPayloadAutogenerated return type of ConnectFbAndIgToArtist
- CreateAlbumPayloadAutogenerated return type of CreateAlbum
- CreateAlbumReleasePayloadAutogenerated return type of CreateAlbumRelease
- CreateArtistPayloadAutogenerated return type of CreateArtist
- CreateAssetsPayloadAutogenerated return type of CreateAssets
- CreateCashAdvanceRecoupmentPayloadAutogenerated return type of CreateCashAdvanceRecoupment
- CreateCompContentPayloadAutogenerated return type of CreateCompContent
- CreateComposerPayloadAutogenerated return type of CreateComposer
- CreateEarningsStatementTransformationPayloadAutogenerated return type of CreateEarningsStatementTransformation
- CreateJwtPayloadAutogenerated return type of CreateJwt
- CreateMediaPayloadAutogenerated return type of CreateMedia
- CreateMediasPayloadAutogenerated return type of CreateMedias
- CreateMessagePayloadAutogenerated return type of CreateMessage
- CreatePayeeAssetSplitsPayloadAutogenerated return type of CreatePayeeAssetSplits
- CreatePayeeInvitationPayloadAutogenerated return type of CreatePayeeInvitation
- CreateReleasePayloadAutogenerated return type of CreateRelease
- CreateWhitelabelUserPayloadAutogenerated return type of CreateWhitelabelUser
- DailymotionAuthErrorA Notification with type: dailymotion_auth_error
- DeleteAlbumsPayloadAutogenerated return type of DeleteAlbums
- DeleteArtistPayloadAutogenerated return type of DeleteArtist
- DeleteDataPayloadAutogenerated return type of DeleteData
- DeleteMediaPayloadAutogenerated return type of DeleteMedia
- DeleteMediasPayloadAutogenerated return type of DeleteMedias
- DeleteUserRequestPayloadAutogenerated return type of DeleteUserRequest
- DeploymentConfirmedA Notification with type: deployment_confirmed
- DeploymentScheduledA Notification with type: deployment_scheduled
- DisconnectDailymotionUserFromArtistPayloadAutogenerated return type of DisconnectDailymotionUserFromArtist
- DisconnectFacebookPageFromArtistPayloadAutogenerated return type of DisconnectFacebookPageFromArtist
- DisconnectInstagramBusinessAccountFromArtistPayloadAutogenerated return type of DisconnectInstagramBusinessAccountFromArtist
- DisconnectServicePayloadAutogenerated return type of DisconnectService
- DisconnectSocialAccountFromArtistPayloadAutogenerated return type of DisconnectSocialAccountFromArtist
- DisconnectTwitterUserFromArtistPayloadAutogenerated return type of DisconnectTwitterUserFromArtist
- DisconnectYoutubeChannelFromArtistPayloadAutogenerated return type of DisconnectYoutubeChannelFromArtist
- DowngradeBroadcastsPayloadAutogenerated return type of DowngradeBroadcasts
- DowngradeStorageTierPayloadAutogenerated return type of DowngradeStorageTier
- EditOrganizationUserPayloadAutogenerated return type of EditOrganizationUser
- FacebookAuthErrorA Notification with type: facebook_auth_error
- FinishGoalPayloadAutogenerated return type of FinishGoal
- GenerateAlbumSlugPayloadAutogenerated return type of GenerateAlbumSlug
- GenerateAWSV4SignaturePayloadAutogenerated return type of GenerateAWSV4Signature
- GenerateIsrcPayloadAutogenerated return type of GenerateIsrc
- GenerateOneTimeLoginTokenPayloadAutogenerated return type of GenerateOneTimeLoginToken
- GenerateS3MultipartUploadPayloadAutogenerated return type of GenerateS3MultipartUpload
- GenerateUpcPayloadAutogenerated return type of GenerateUpc
- GenericA fallback Notification type for when a developer makes a mistake.
- ImportInstagramVideosPayloadAutogenerated return type of ImportInstagramVideos
- ImportVideoPayloadAutogenerated return type of ImportVideo
- IngestLabelUsersAndArtistsPayloadAutogenerated return type of IngestLabelUsersAndArtists
- InviteOrganizationUserPayloadAutogenerated return type of InviteOrganizationUser
- MarkAsReadPayloadAutogenerated return type of MarkAsRead
- MediaAn artist's media
- MergeCompletedA Notification with type: merge_completed
- MergeConflictA Notification with type: merge_conflict
- MessageA Message
- MonthlyNetworkRevenueNetwork Revenue of an Top Artist
- NewAdminMessageA Notification with type: new_admin_message
- NewConflictA Notification with type: new_conflict
- NewFacebookImportA Notification with type: new_facebook_import
- NewInstagramImportA Notification with type: new_instagram_import
- NewMergeRequestA Notification with type: new_merge_request
- NewMessageA Notification with type: new_message
- NewYoutubeImportA Notification with type: new_youtube_import
- NotificationA user Notification
- NotifyA2VUploadPayloadAutogenerated return type of NotifyA2VUpload
- NotifyMediaUploadPayloadAutogenerated return type of NotifyMediaUpload
- NotifyUploadCompletePayloadAutogenerated return type of NotifyUploadComplete
- OauthSignInPayloadAutogenerated return type of OauthSignIn
- ObserveUserPayloadAutogenerated return type of ObserveUser
- OrganizationAn organization
- OrganizationInviteAcceptedA Notification with type: organization_invite_accepted
- OrganizationReleaseCreatedA Notification with type: organization_release_created
- PayeeAssetSplitAcceptedA Notification with type: payee_asset_split_accepted
- PayeeAssetSplitExistingUserInviteA Notification with type: payee_asset_split_existing_user_invite
- PayeeAssetSplitExpiredForPayeeA Notification with type: payee_asset_split_expired_for_payee
- PayeeAssetSplitExpiredForPayorA Notification with type: payee_asset_split_expired_for_payor
- PayeeAssetSplitRejectedA Notification with type: payee_asset_split_rejected
- PayeeAssetSplitTerminatedA Notification with type: payee_asset_split_terminated
- PayeeInviteAn invite from a payor to a payee
- PayeeMediaSplitA media and its associated payee asset fields for a payee invitation
- PresignedUrlPayloadAutogenerated return type of PresignedUrl
- ProcessingFinishedA Notification with type: processing_finished
- QueryThe query root of this schema
- RankedMediaA top media with its earnings information
- ReadNotificationPayloadAutogenerated return type of ReadNotification
- ReadNotificationsPayloadAutogenerated return type of ReadNotifications
- RejectPayeeAssetSplitPayloadAutogenerated return type of RejectPayeeAssetSplit
- ReleaseA one of a user's Releases
- ReleaseConfirmationPayloadAutogenerated return type of ReleaseConfirmation
- RequestVevoChannelPayloadAutogenerated return type of RequestVevoChannel
- ResendConfirmationEmailPayloadAutogenerated return type of ResendConfirmationEmail
- ResendPayeeInvitePayloadAutogenerated return type of ResendPayeeInvite
- ResendWelcomeInvitationPayloadAutogenerated return type of ResendWelcomeInvitation
- RightAn artist's media metadata's right
- RoyaltyCenterTipaltiAddedA Notification with type: royalty_center_tipalti_added
- SendBalanceHistoryDetailsReportPayloadAutogenerated return type of SendBalanceHistoryDetailsReport
- SendMediaAnalyticsReportPayloadAutogenerated return type of SendMediaAnalyticsReport
- SendOTPCodePayloadAutogenerated return type of SendOTPCode
- SendResetPasswordEmailPayloadAutogenerated return type of SendResetPasswordEmail
- SendRoyaltyCenterPaymentHistoryPayloadAutogenerated return type of SendRoyaltyCenterPaymentHistory
- SendYoutubeConflictsReportPayloadAutogenerated return type of SendYoutubeConflictsReport
- SignedAgreementA signed agreement between Vydia and a User
- SignInUserPayloadAutogenerated return type of SignInUser
- SkipOtpVerificationPayloadAutogenerated return type of SkipOtpVerification
- StatusUpdatedA Notification with type: status_updated
- SubmitCaptchaPayloadAutogenerated return type of SubmitCaptcha
- TipaltiPayeeDetailsUpdatedA Notification with type: tipalti_payee_details_updated
- ToggleOtpMfaPayloadAutogenerated return type of ToggleOtpMfa
- TopAlbumTop album of an organization
- TopArtistTop artist of an organization
- TopGeocountryTop artist of an organization
- TopUserTop user of an organization
- TwitterAuthErrorA Notification with type: twitter_auth_error
- UnarchivePayeeInvitePayloadAutogenerated return type of UnarchivePayeeInvite
- UpdateAlbumArtworkPayloadAutogenerated return type of UpdateAlbumArtwork
- UpdateAlbumLinksPayloadAutogenerated return type of UpdateAlbumLinks
- UpdateAlbumMediaIdsPayloadAutogenerated return type of UpdateAlbumMediaIds
- UpdateAlbumMetadataPayloadAutogenerated return type of UpdateAlbumMetadata
- UpdateArtistAppleEidPayloadAutogenerated return type of UpdateArtistAppleEid
- UpdateArtistPayloadAutogenerated return type of UpdateArtist
- UpdateArtistSpotifyEidPayloadAutogenerated return type of UpdateArtistSpotifyEid
- UpdateBroadcastStatusPayloadAutogenerated return type of UpdateBroadcastStatus
- UpdateCategoryPayloadAutogenerated return type of UpdateCategory
- UpdateComposerPayloadAutogenerated return type of UpdateComposer
- UpdateMediaArtistPayloadAutogenerated return type of UpdateMediaArtist
- UpdateMetadataPayloadAutogenerated return type of UpdateMetadata
- UpdateOwnershipAndPoliciesPayloadAutogenerated return type of UpdateOwnershipAndPolicies
- UpdateRightsPayloadAutogenerated return type of UpdateRights
- UpdateSeenFeaturesPayloadAutogenerated return type of UpdateSeenFeatures
- UpdateSocialSyncPayloadAutogenerated return type of UpdateSocialSync
- UpdateUserPayloadAutogenerated return type of UpdateUser
- UpgradeArtistsPayloadAutogenerated return type of UpgradeArtists
- UploadFailedA Notification with type: upload_failed
- UploadFinishedA Notification with type: upload_finished
- UserA user account. All fields are for an authorized user, except for email
- UserAddedComposerA Notification with type: user_added_composer
- UserAssertedRightsA Notification with type: user_asserted_rights
- UserCreatedPoliciesA Notification with type: user_created_policies
- UserUpdatedComposerA Notification with type: user_updated_composer
- UserUpdatedOwnershipA Notification with type: user_updated_ownership
- UserUpdatedPoliciesA Notification with type: user_updated_policies
- VerifyOTPCodePayloadAutogenerated return type of VerifyOTPCode
- YoutubeAuthErrorA Notification with type: youtube_auth_error
- YoutubeConflictA Youtube conflict for an Asset
- YoutubeUgcA Youtube claim for video