APIUser
Permission required: api_user:read
type APIUser {
name: String
permissions: [String!]
}
Fields
APIUser.name ● String scalar
The name of the API user the token belongs to.
APIUser.permissions ● [String!] list scalar
The permissions granted to the token. Each query and mutation requires specific permissions.
Returned By
me query