Search…
HAL
How it works
Triggers
Matches
Actions
Outcomes
User
Use Cases
GraphQL
Powered By
GitBook
User
HAL's user attributes
That's how we describe a user:
1
user {
2
UUID, // UUID
3
email, // String
4
createdAt, // Datetime
5
userType, // "STANDARD" or "PRO"
6
actionMonthlyCap, // Int
7
counterActionsCurrentMonth, // Int
8
displayName, // String ("Stanley Kubrick")
9
avatar // String (Link)
10
}
Copied!
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.
Previous
Outcomes
Next
Use Cases
Last modified
2yr ago
Copy link