Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Query field

account:Account!

Retrieve current Account details.

Fields of Account
id:ID!

Account Id.

users(
limit: Int = 25
page: Int = 1

List and search UserItems.

userGroups(
limit: Int = 25
page: Int = 1

List and search UserGroupItems.

search(
Beta
limit: Int = 25
page: Int = 1

List and search AccountSearch item(s).

targets(
Beta
limit: Int = 25
page: Int = 1

List and search TargetItems.

catalogs(
Beta
limit: Int = 25
page: Int = 1

Retrieve Catalog list for Account ID.