Query a user's onboard status
https://api.knod.es/users/:USER_ID/ready
First-time onboarding of a new user can take 30-40 minutes (it's a lotta data, yo!). This call will return 'ok' when your user is good to go, or 'indexing' if he's still in process.
Requirements
Acting Customer | Yes |
---|---|
Acting User | Yes |
HTTP Methods
If a method is not listed, it is not supported for this call
GET | Issue request |
---|
Parameters
Parameters optional unless specified
Name | Description | Required? |
---|---|---|
USER_ID | ID of user. | Yes |
Response
String:
Value | Meaning |
---|---|
ok | User is ready to go |
indexing | User is still being indexed |