User Definition
A User
is the entity that represents one worker in Palenca. This entity can own more than one Account
, depending on the number of successful logins it has with different platforms.
You can access a User's information by calling the /users/:user_id endpoint.
These are the variables contained within User:
Variable | Description | Type | Example |
---|---|---|---|
user_id | The ID of the user | uuid | 054d0a9d-38ec-40cb-a31c-09b483242e4a |
external_id | An optional external id that can be included when creating the user | uuid | 65226e06-e83a-4501-b1bd-2cdd83810edb |
widget_id | Widget ID | uuid | feecb679-a3cc-47ef-8fd4-600799f12a39 |