Expert Profile
CRUD endpoints for a user's full profile. This is the endpoint used to create the full profile for a expert as it includes all data fields.
Last updated
Was this helpful?
CRUD endpoints for a user's full profile. This is the endpoint used to create the full profile for a expert as it includes all data fields.
Last updated
Was this helpful?
GET
Headers
Content-Type
application/json
Authorization
Bearer <token>
Url
corporation
number
Corporation ID
username
string
Unique username
Response
Code
Headers
Content-Type
application/json
Authorization
Bearer <token>
Url
corporation
number
Corporation ID
username
string
Unique username
Body
firstname*
string
First Name
lastname*
string
Last Name
job_title*
string
Job
email*
string
company*
string
Company
department
string
Department
phone_number
string
Phone #
phone_number_extension
string
Phone extension
location_city
string
City
location_state
string
location_country
string
location_postal
string
ZIP/Postal Code
location_address
string
Address
location_building
string
Building
location_room
string
Room #
Response
Code
Headers
Content-Type
application/json
Authorization
Bearer <token>
Url
corporation
number
Corporation ID
username
string
Unique username
Body
firstname
string
First Name
lastname
string
Last Name
job_title
string
Job
string
company
string
Company
department
string
Department
phone_number
string
Phone #
phone_number_extension
string
Phone extension
location_city
string
City
location_state
string
location_country
string
location_postal
string
ZIP/Postal Code
location_address
string
Address
location_building
string
Building
location_room
string
Room #
is_published
number
Published(1 or 0)
is_private
number
Private(1 or 0)
Response
Code
Headers
Content-Type
application/json
Authorization
Bearer <token>
Url
corporation
number
Corporation ID
username
string
Unique username
Response
Code
POST
State/Province See full list
Country See full list
PUT
State/Province See full list
Country See full list
DELETE