User Profile
User profile management endpoints
User profile management endpoints
GET /api/v1.0/me/ HTTP/1.1
Host: skhokho.ai
Authorization: Basic username:password
Accept: */*
{
"unique_id": "text",
"user": {
"first_name": "text",
"last_name": "text",
"email": "[email protected]"
},
"current_language": "en",
"language_display": "text",
"profile_picture_url": "text",
"job_title": "text",
"is_owner": true,
"user_type": "user",
"user_type_display": "text",
"organisation_details": "text",
"address": {
"address_line_1": "text",
"city": "text",
"province_state": "text",
"postal_code": "text",
"country_name": "text"
},
"banking_information": {
"bank_name": "text",
"account_number": "text",
"branch_code": "text",
"account_type": "checking",
"routing_number": "text",
"swift_code": "text",
"date_created": "2025-12-11T14:07:49.901Z",
"last_updated": "2025-12-11T14:07:49.901Z",
"account_type_display": "text"
},
"employee_information": {
"id_number": "text",
"employee_number": "text",
"tax_number": "text",
"phone_number": "text",
"birthday": "2025-12-11",
"linkedin_url": "https://example.com",
"emergency_contact": "text",
"emergency_phone": "text",
"medical_aid_number": "text",
"medical_aid_provider": "text",
"medical_aid_plan": "text",
"medical_conditions": "text",
"allergies": "text",
"medications": "text",
"start_date": "2025-12-11",
"end_date": "2025-12-11",
"is_active_employee": true,
"date_created": "2025-12-11T14:07:49.901Z",
"last_updated": "2025-12-11T14:07:49.901Z"
},
"last_login": "2025-12-11T14:07:49.901Z",
"date_created": "2025-12-11T14:07:49.901Z",
"last_updated": "2025-12-11T14:07:49.901Z"
}PUT /api/v1.0/me/ HTTP/1.1
Host: skhokho.ai
Authorization: Basic username:password
Accept: */*
{
"unique_id": "text",
"user": {
"first_name": "text",
"last_name": "text",
"email": "[email protected]"
},
"current_language": "en",
"language_display": "text",
"profile_picture_url": "text",
"job_title": "text",
"is_owner": true,
"user_type": "user",
"user_type_display": "text",
"organisation_details": "text",
"address": {
"address_line_1": "text",
"city": "text",
"province_state": "text",
"postal_code": "text",
"country_name": "text"
},
"banking_information": {
"bank_name": "text",
"account_number": "text",
"branch_code": "text",
"account_type": "checking",
"routing_number": "text",
"swift_code": "text",
"date_created": "2025-12-11T14:07:49.901Z",
"last_updated": "2025-12-11T14:07:49.901Z",
"account_type_display": "text"
},
"employee_information": {
"id_number": "text",
"employee_number": "text",
"tax_number": "text",
"phone_number": "text",
"birthday": "2025-12-11",
"linkedin_url": "https://example.com",
"emergency_contact": "text",
"emergency_phone": "text",
"medical_aid_number": "text",
"medical_aid_provider": "text",
"medical_aid_plan": "text",
"medical_conditions": "text",
"allergies": "text",
"medications": "text",
"start_date": "2025-12-11",
"end_date": "2025-12-11",
"is_active_employee": true,
"date_created": "2025-12-11T14:07:49.901Z",
"last_updated": "2025-12-11T14:07:49.901Z"
},
"last_login": "2025-12-11T14:07:49.901Z",
"date_created": "2025-12-11T14:07:49.901Z",
"last_updated": "2025-12-11T14:07:49.901Z"
}PATCH /api/v1.0/me/ HTTP/1.1
Host: skhokho.ai
Authorization: Basic username:password
Accept: */*
{
"unique_id": "text",
"user": {
"first_name": "text",
"last_name": "text",
"email": "[email protected]"
},
"current_language": "en",
"language_display": "text",
"profile_picture_url": "text",
"job_title": "text",
"is_owner": true,
"user_type": "user",
"user_type_display": "text",
"organisation_details": "text",
"address": {
"address_line_1": "text",
"city": "text",
"province_state": "text",
"postal_code": "text",
"country_name": "text"
},
"banking_information": {
"bank_name": "text",
"account_number": "text",
"branch_code": "text",
"account_type": "checking",
"routing_number": "text",
"swift_code": "text",
"date_created": "2025-12-11T14:07:49.901Z",
"last_updated": "2025-12-11T14:07:49.901Z",
"account_type_display": "text"
},
"employee_information": {
"id_number": "text",
"employee_number": "text",
"tax_number": "text",
"phone_number": "text",
"birthday": "2025-12-11",
"linkedin_url": "https://example.com",
"emergency_contact": "text",
"emergency_phone": "text",
"medical_aid_number": "text",
"medical_aid_provider": "text",
"medical_aid_plan": "text",
"medical_conditions": "text",
"allergies": "text",
"medications": "text",
"start_date": "2025-12-11",
"end_date": "2025-12-11",
"is_active_employee": true,
"date_created": "2025-12-11T14:07:49.901Z",
"last_updated": "2025-12-11T14:07:49.901Z"
},
"last_login": "2025-12-11T14:07:49.901Z",
"date_created": "2025-12-11T14:07:49.901Z",
"last_updated": "2025-12-11T14:07:49.901Z"
}