- Getting Started
- Integration Guides
- APIs
- OAuth
- Admin
- Auth
- Teams
- Academies
- Dashboards
- Members
- Courses
- Videos
- Quizzes
- Taxonomies
- Builder
- Enrollments
- Dowloads
- Tags
- Currencies
- Countries
- Certificates
- Certificates Templates
- Appointments
- Difficulties
- Assigment Members
- Assignments
- Products
- Articles
- Webhooks
- Domains
- Comments
- Reviews
- Orders
- Cancellation Reasons
- Bank Transfers
- Coupons
- Campaigns
- Affiliates
- Msaaq Affiliates
- Settings
- MsaaqPay
- Apps Marketplace
- Academy Verification
- Billing
- Notifications
- Apps
- Search
- Abandoned Carts
- Announcements
- Onboarding
- Forms
- Bank
- Coaching sessions
- Tenant
- Getting Started with Tenant API
- Auth
- Reviews
- Account
- Update login credentials
- Affliates
- Banks
- Change password by signedPATCH
- UnsubsribePOST
- Update AccountPOST
- Get order invoiceGET
- Last viewed course/learning pathGET
- List User's AppointmentsGET
- User StatsGET
- List User's Rejected AssignmentsGET
- List User's AssignmentsGET
- List User's QuizzesGET
- List User's Upcomming AppointmentsGET
- List User's ProductsGET
- List User's CoursesGET
- List User's Learning PathsGET
- Last User's OrdersGET
- Certificates
- Currencies
- Newsletter
- Cart
- Courses
- Payments
- Pages
- Articles
- Instructors
- Taxonomies
- Products
- Appointments
- Get SitemapGET
- Get TranslationsGET
- SearchGET
- Well KnowGET
- Ping PongGET
- Get Tenant DetailsGET
Update Account
Production
Production
POST
https://api.msaaq.com/v1/tenant/account
Last modified:2024-10-17 13:18:07
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
X-Tenant
string
required
Example:
{{tenant}}
Accept
string
required
Example:
application/json
Body Params multipart/form-data
_method
string
required
Example:
patch
name
string
required
Example:
آدم أحمد
username
string
required
Example:
adam
gender
string
required
Example:
male
dob
string
required
Example:
06-02-2000
job_title
string
required
Example:
Backend Developer
bio
string
required
Example:
I love Rust <3
education
string
required
Example:
primary
national_id
string
required
Example:
0000000000
meta[complete_profile][custom_string_field]
string
required
Example:
test
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.msaaq.com/v1/tenant/account' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--form '_method="patch"' \
--form 'name="آدم أحمد"' \
--form 'username="adam"' \
--form 'gender="male"' \
--form 'dob="06-02-2000"' \
--form 'job_title="Backend Developer"' \
--form 'bio="I love Rust <3"' \
--form 'education="primary"' \
--form 'national_id="0000000000"' \
--form 'meta[complete_profile][custom_string_field]="test"'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-10-17 13:18:07