Delete linked organization department with user URL : v3/api/user/remove_user_department/{userId}/{org_department_id} HTTP Method : DELETE Response Response Format: JSON Returns JSON which contains below response Sample JSON Success Response :
Category: Agent Panel
Get All Organizations and Organization Departments associated with user
Get all associated organization and organization department with user URL : v3/api/user/get_organization_with_department/{userId} HTTP Method : GET Response Response Format: JSON Returns JSON which contains below response Sample JSON Success Response :
Edit Organization
Edit Organization URL : v3/organisation/update/api/{id} HTTP Method : POST Response Format: JSON Parameters: Parameter Data Type Optional/Required Description organisation_name String Configurable It the name of the organization and it configurable from back end form settings phone String Configurable It the phone no of the organization and it configurable from back end form settings organisation_domain_name[] Array […]
Create Organization
Create Organization URL : v3/organisation/create/api HTTP Method : POST Response Format: JSON Parameters: Parameter Data Type Optional/Required Description organisation_name String Configurable It the name of the organization and it configurable from back end form settings phone String Configurable It the phone no of the organization and it configurable from back end form settings organisation_domain_name[] Array […]
Edit User
Edit User URL : v3/user/update/api/{userId} HTTP Method : POST Response Format: JSON Parameters: Parameter Data Type Optional/Required Description first_name String Required It’s the first name of the user last_name String Required It’s the last name of the user user_name String Configurable It’s the user name of the user and it configurable from backend form settings […]
Create User
Create User URL :v3/user/create/api HTTP Method : POST Response Format: JSON Parameters: Parameter Data Type Optional/Required Description first_name String Required It’s the first name of the user last_name String Required It’s the last name of the user user_name String Configurable It’s the user name of the user and it’s configurable from backend form settings phone_number […]