Search
K

User

HAL's user attributes
That's how we describe a user:
user {
UUID, // UUID
email, // String
createdAt, // Datetime
userType, // "STANDARD" or "PRO"
actionMonthlyCap, // Int
counterActionsCurrentMonth, // Int
displayName, // String ("Stanley Kubrick")
avatar // String (Link)
}
where actionMonthlyCap is the maximum number of actions that you can execute every month. The cap for standard users is 1000.
In order to create a user account you need to login via OAuth (now we support Github or Google login) via web.
Afterwords you'll be able to use the same token (you can get it clicking on "Get my token" in the header) also to connect to our GraphQL APIs.
Last modified 3yr ago