-
Notifications
You must be signed in to change notification settings - Fork 0
API Documentation
Emil Abraham edited this page Mar 1, 2019
·
10 revisions
user_email
user_password
-
message
- "Authorized" if successful -
token
- The JWT token that will be used as bearer token for all other functions
A simple function to return the authorized user's information to test authentication token
A simple function to return all users and their information from the database
-
user_id
- user id -
user_email
- user's email -
user_password
- user's password (development purposes) -
org_id
- User's organization id -
first_name
- User's first name -
last_name
- User's last name -
create_time
- User's time created
user_email
user_password
organization_id
first_name
last_name
-
message
- "Created User" if successful -
user_id
- Newly created user's id