Remove Organization Department Linked With User

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 :

Read More

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 […]

Read More

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 […]

Read More

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 […]

Read More

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 […]

Read More