Organization Admin
Collects dashboard metrics. Requires authentication.
id_5f9b3c4d-e8a1-4b2f-9e7d-12a34b56c789sk_x7k9p2m4q8r5t1y3w6u0v9z2b4c6n8mMetrics collected successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
GET /clients/v1/organization-admin/dashboard/collect-metrics HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Updates the storage limit for a specific user. Requires authentication.
The ID of the user whose limit is to be updated.
686ea73481fbe273d180e8feid_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYThe new storage limit in bytes.
5368709120Limit updated successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
PUT /clients/v1/organization-admin/members/{user}/limits/update HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Content-Type: application/json
Accept: */*
Content-Length: 26
{
"bytes_limit": 5368709120
}No content
Retrieves a list of all members with pagination. Requires authentication.
Page number for pagination.
1Maximum number of members per page.
10id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYList of members retrieved successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
GET /clients/v1/organization-admin/members/list HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Creates a new member. Requires authentication.
id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYThe first name of the member.
JBThe middle name of the member (optional).
The last name of the member.
BenedictoThe suffix of the member (e.g., Jr., Sr.) (optional).
Member email address.
jb+8@ardata.techMember password (must meet complexity requirements).
StrongPass123!Confirmation of the member password.
StrongPass123!Member role (e.g., organization_user).
organization_userMember created successfully.
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
POST /clients/v1/organization-admin/members/create HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Content-Type: application/json
Accept: */*
Content-Length: 194
{
"first_name": "JB",
"middle_name": null,
"last_name": "Benedicto",
"suffix": null,
"email": "jb+8@ardata.tech",
"password": "StrongPass123!",
"confirm_password": "StrongPass123!",
"role": "organization_user"
}No content
Retrieves details of a specific member. Requires authentication.
The ID of the member to retrieve.
686ea73481fbe273d180e8feid_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYMember details retrieved successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Member not found.
Server error. An error occurred while processing the request.
GET /clients/v1/organization-admin/members/{user}/read HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Searches for members by email. Requires authentication.
Search term for member email.
jb+7@ardata.techid_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYMembers found successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
GET /clients/v1/organization-admin/members/search?email=text HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Updates details of a specific member. Requires authentication.
The ID of the member to update.
6873e39d485ac74c10176138id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYUpdated first name of the member.
Alexander PaulUpdated middle name of the member (optional).
PunoUpdated last name of the member.
QuinitUpdated suffix of the member (e.g., Jr., Sr.) (optional).
Updated member email address.
jb+3@ardata.techUpdated member password (must meet complexity requirements, optional).
StrongPass123!Updated verification status of the member.
trueUpdated lock status of the member.
falseUpdated deleted status of the member.
falseMember updated successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Member not found.
Server error. An error occurred while processing the request.
PUT /clients/v1/organization-admin/members/{user}/update HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Content-Type: application/json
Accept: */*
Content-Length: 198
{
"first_name": "Alexander Paul",
"middle_name": "Puno",
"last_name": "Quinit",
"suffix": null,
"email": "jb+3@ardata.tech",
"password": "StrongPass123!",
"is_verified": true,
"is_locked": false,
"is_deleted": false
}No content
Removes a member from an organization. Requires authentication.
The ID of the member to remove.
686ed041e558da075c6d8e87id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYMember removed successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Member or organization not found.
Server error. An error occurred while processing the request.
DELETE /clients/v1/organization-admin/members/{userID}/remove HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Transfers ownership of a member to a new organization. Requires authentication.
id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYThe ID of the current owner.
user123The ID of the new owner.
user456Ownership transferred successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
POST /clients/v1/organization-admin/members/transfer-ownership HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Content-Type: application/json
Accept: */*
Content-Length: 55
{
"current_owner_id": "user123",
"new_owner_id": "user456"
}No content
Retrieves details of the organization. Requires authentication.
id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYOrganization details retrieved successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
GET /clients/v1/organization-admin/organization/read HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Updates details of the organization. Requires authentication.
id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYUpdated name of the organization.
AR Data TechnologiesUpdated domain associated with the organization.
ardata.techUpdated contact email for the organization.
jb@ardata.techUpdated ID of the parent organization (optional).
Organization updated successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
PUT /clients/v1/organization-admin/organization/update HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"name": "AR Data Technologies",
"domain": "ardata.tech",
"contact": "jb@ardata.tech",
"parent_id": null
}No content
List realtime backup config request
Retrieves a list of realtime backup config request. Requires authentication.
Page number for pagination.
1Maximum number of realtime backup config request per page.
10Status of the realtime backup config request.
pendingid_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYList of realtime backup config request retrieved successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
GET /clients/v1/organization-admin/realtime-backup/config/request/list HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Process realtime backup config request
Processes a specific realtime backup config request. Requires authentication.
id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYThe IDs of the realtime backup config requests to process.
["6880a6d940f95c4b1b6e08c3","6880a6d940f95c4b1b6e08c4"]The action to process the realtime backup config requests.
approvePossible values: The notes to process the realtime backup config requests.
Notes for the realtime backup config requests.Realtime backup config request processed successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
POST /clients/v1/organization-admin/realtime-backup/config/request/process HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Content-Type: application/json
Accept: */*
Content-Length: 147
{
"request_ids": [
"6880a6d940f95c4b1b6e08c3",
"6880a6d940f95c4b1b6e08c4"
],
"action": "approve",
"notes": "Notes for the realtime backup config requests."
}No content
Retrieves a list of realtime backup config. Requires authentication.
id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYList of realtime backup config retrieved successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
GET /clients/v1/organization-admin/realtime-backup/config/list HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Retrieves a realtime backup config by its ID. Requires authentication.
686ed041e558da075c6d8e87id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYRealtime backup config retrieved successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
GET /clients/v1/organization-admin/realtime-backup/config/{userID}/read HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Toggle realtime backup watcher
Toggles the realtime backup watcher for a user. Requires authentication.
686ed041e558da075c6d8e87id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYRealtime backup watcher toggled successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
PATCH /clients/v1/organization-admin/realtime-backup/config/{userID}/toggle-watcher HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Delete realtime backup config
Deletes a realtime backup config by its ID. Requires authentication.
686ed041e558da075c6d8e87id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYRealtime backup config deleted successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
DELETE /clients/v1/organization-admin/realtime-backup/config/{userID}/delete HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Clear realtime backup config location
Clears the location of a realtime backup config by its ID. Requires authentication.
686ed041e558da075c6d8e87id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYRealtime backup config location cleared successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
DELETE /clients/v1/organization-admin/realtime-backup/config/{userID}/clear-location HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Retrieves a list of recovery requests. Requires authentication.
Page number for pagination.
1Maximum number of recovery requests per page.
10id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYList of recovery requests retrieved successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
GET /clients/v1/organization-admin/recovery/request/list HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Retrieves a recovery request by its ID. Requires authentication.
6880a6d940f95c4b1b6e08c3id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYRecovery request retrieved successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
GET /clients/v1/organization-admin/recovery/request/{id}/read HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Approves a recovery request by its ID. Requires authentication.
6880a6d940f95c4b1b6e08c3id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYRecovery request approved successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
PUT /clients/v1/organization-admin/recovery/request/{id}/approve HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Rejects a recovery request by its ID. Requires authentication.
6880a6d940f95c4b1b6e08c3id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYRecovery request rejected successfully.
No content
Unauthorized. Valid Client-ID and Client-Secret required.
Server error. An error occurred while processing the request.
PUT /clients/v1/organization-admin/recovery/request/{id}/reject HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Last updated