User Profile
This endpoint is used to fetch all the users in the current organization (works based on token used to authorize)
Items Per Page
Page Number
Sorting Order
Sorting Key
GET /ux/common/user/profile/?items_per_page=1&page=1 HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
This endpoint is used to save a new user for the current organization
POST /ux/common/user/profile/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 474
{
"email": "[email protected]",
"name": "Test",
"password": "ZDk5NjMwYmNjNzA1ODYzOWU3ZTgwZGYyMzlmMzhhMzI6OlUyRnNkR1ZrWDEvc0Jlb1BwcVYxcGViUWlucHFDTG1DdUlUanVMYWtzb1U9",
"confirm_password": "ZDk5NjMwYmNjNzA1ODYzOWU3ZTgwZGYyMzlmMzhhMzI6OlUyRnNkR1ZrWDEvTUJhSkp2bENBQWlKdHBUOHVQY1ErdmZ6dnRhMkowMDg9",
"landline": 801212121,
"timezone": "time zone 1",
"phone": "99999999",
"dashboard": "1",
"role": "",
"is_active": true,
"organization_role": "Manager",
"first_name": "Test",
"username": "[email protected]"
}
{
"status": "success",
"user_id": 20,
"message": "user created"
}
This endpoint is used to fetch a user in the current organization
GET /ux/common/user/profile/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"profile_id": "text",
"user": 1,
"profile": "text",
"creation_time": "2025-08-31T16:02:16.388Z",
"profile_image": "text",
"avatar": "text",
"email": "text",
"name": "text",
"is_active": true,
"last_loggged_in": "text",
"customer_id": [],
"customer_entity_id": [],
"actual_username": "text",
"is_multiple_customer_user": true,
"is_profile_image": true
}
This endpoint is used to edit an existing user for the current organization
Serializes users querysets.
PUT /ux/common/user/profile/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 203
{
"profile_id": "text",
"user": 1,
"creation_time": "2025-08-31T16:02:16.388Z",
"email": "text",
"is_active": true,
"customer_id": [],
"customer_entity_id": [],
"is_multiple_customer_user": true,
"is_profile_image": true
}
{
"profile_id": "text",
"user": 1,
"profile": "text",
"creation_time": "2025-08-31T16:02:16.388Z",
"profile_image": "text",
"avatar": "text",
"email": "text",
"name": "text",
"is_active": true,
"last_loggged_in": "text",
"customer_id": [],
"customer_entity_id": [],
"actual_username": "text",
"is_multiple_customer_user": true,
"is_profile_image": true
}
This endpoint is used to delete an existing user for the current organization
No response body
No content
DELETE /ux/common/user/profile/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows users to be viewed or edited.
Serializes users querysets.
POST /ux/common/user/profile/active_users/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 203
{
"profile_id": "text",
"user": 1,
"creation_time": "2025-08-31T16:02:16.388Z",
"email": "text",
"is_active": true,
"customer_id": [],
"customer_entity_id": [],
"is_multiple_customer_user": true,
"is_profile_image": true
}
{
"profile_id": "text",
"user": 1,
"profile": "text",
"creation_time": "2025-08-31T16:02:16.388Z",
"profile_image": "text",
"avatar": "text",
"email": "text",
"name": "text",
"is_active": true,
"last_loggged_in": "text",
"customer_id": [],
"customer_entity_id": [],
"actual_username": "text",
"is_multiple_customer_user": true,
"is_profile_image": true
}
API endpoint that allows users to be viewed or edited.
GET /ux/common/user/profile/activeuser_list/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"profile_id": "text",
"user": 1,
"profile": "text",
"creation_time": "2025-08-31T16:02:16.388Z",
"profile_image": "text",
"avatar": "text",
"email": "text",
"name": "text",
"is_active": true,
"last_loggged_in": "text",
"customer_id": [],
"customer_entity_id": [],
"actual_username": "text",
"is_multiple_customer_user": true,
"is_profile_image": true
}
API endpoint that allows users to be viewed or edited.
GET /ux/common/user/profile/download_csv/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"profile_id": "text",
"user": 1,
"profile": "text",
"creation_time": "2025-08-31T16:02:16.388Z",
"profile_image": "text",
"avatar": "text",
"email": "text",
"name": "text",
"is_active": true,
"last_loggged_in": "text",
"customer_id": [],
"customer_entity_id": [],
"actual_username": "text",
"is_multiple_customer_user": true,
"is_profile_image": true
}
API endpoint that allows users to be viewed or edited.
GET /ux/common/user/profile/getmyprofile/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"profile_id": "text",
"user": 1,
"profile": "text",
"creation_time": "2025-08-31T16:02:16.388Z",
"profile_image": "text",
"avatar": "text",
"email": "text",
"name": "text",
"is_active": true,
"last_loggged_in": "text",
"customer_id": [],
"customer_entity_id": [],
"actual_username": "text",
"is_multiple_customer_user": true,
"is_profile_image": true
}
API endpoint that allows users to be viewed or edited.
Serializes users querysets.
POST /ux/common/user/profile/logout/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 203
{
"profile_id": "text",
"user": 1,
"creation_time": "2025-08-31T16:02:16.388Z",
"email": "text",
"is_active": true,
"customer_id": [],
"customer_entity_id": [],
"is_multiple_customer_user": true,
"is_profile_image": true
}
{
"profile_id": "text",
"user": 1,
"profile": "text",
"creation_time": "2025-08-31T16:02:16.388Z",
"profile_image": "text",
"avatar": "text",
"email": "text",
"name": "text",
"is_active": true,
"last_loggged_in": "text",
"customer_id": [],
"customer_entity_id": [],
"actual_username": "text",
"is_multiple_customer_user": true,
"is_profile_image": true
}
API endpoint that allows users to be viewed or edited.
Serializes users querysets.
POST /ux/common/user/profile/myprofile/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 203
{
"profile_id": "text",
"user": 1,
"creation_time": "2025-08-31T16:02:16.388Z",
"email": "text",
"is_active": true,
"customer_id": [],
"customer_entity_id": [],
"is_multiple_customer_user": true,
"is_profile_image": true
}
{
"profile_id": "text",
"user": 1,
"profile": "text",
"creation_time": "2025-08-31T16:02:16.388Z",
"profile_image": "text",
"avatar": "text",
"email": "text",
"name": "text",
"is_active": true,
"last_loggged_in": "text",
"customer_id": [],
"customer_entity_id": [],
"actual_username": "text",
"is_multiple_customer_user": true,
"is_profile_image": true
}
API endpoint that allows users to be viewed or edited.
GET /ux/common/user/profile/options/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"profile_id": "text",
"user": 1,
"profile": "text",
"creation_time": "2025-08-31T16:02:16.388Z",
"profile_image": "text",
"avatar": "text",
"email": "text",
"name": "text",
"is_active": true,
"last_loggged_in": "text",
"customer_id": [],
"customer_entity_id": [],
"actual_username": "text",
"is_multiple_customer_user": true,
"is_profile_image": true
}
API endpoint that allows users to be viewed or edited.
Serializes users querysets.
POST /ux/common/user/profile/preference/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 203
{
"profile_id": "text",
"user": 1,
"creation_time": "2025-08-31T16:02:16.388Z",
"email": "text",
"is_active": true,
"customer_id": [],
"customer_entity_id": [],
"is_multiple_customer_user": true,
"is_profile_image": true
}
{
"profile_id": "text",
"user": 1,
"profile": "text",
"creation_time": "2025-08-31T16:02:16.388Z",
"profile_image": "text",
"avatar": "text",
"email": "text",
"name": "text",
"is_active": true,
"last_loggged_in": "text",
"customer_id": [],
"customer_entity_id": [],
"actual_username": "text",
"is_multiple_customer_user": true,
"is_profile_image": true
}
API endpoint that allows users to be viewed or edited.
Serializes users querysets.
POST /ux/common/user/profile/upload_csv/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 203
{
"profile_id": "text",
"user": 1,
"creation_time": "2025-08-31T16:02:16.388Z",
"email": "text",
"is_active": true,
"customer_id": [],
"customer_entity_id": [],
"is_multiple_customer_user": true,
"is_profile_image": true
}
{
"profile_id": "text",
"user": 1,
"profile": "text",
"creation_time": "2025-08-31T16:02:16.388Z",
"profile_image": "text",
"avatar": "text",
"email": "text",
"name": "text",
"is_active": true,
"last_loggged_in": "text",
"customer_id": [],
"customer_entity_id": [],
"actual_username": "text",
"is_multiple_customer_user": true,
"is_profile_image": true
}
API endpoint that allows users to be viewed or edited.
Serializes users querysets.
POST /ux/common/user/profile/user_invite/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 203
{
"profile_id": "text",
"user": 1,
"creation_time": "2025-08-31T16:02:16.388Z",
"email": "text",
"is_active": true,
"customer_id": [],
"customer_entity_id": [],
"is_multiple_customer_user": true,
"is_profile_image": true
}
{
"profile_id": "text",
"user": 1,
"profile": "text",
"creation_time": "2025-08-31T16:02:16.388Z",
"profile_image": "text",
"avatar": "text",
"email": "text",
"name": "text",
"is_active": true,
"last_loggged_in": "text",
"customer_id": [],
"customer_entity_id": [],
"actual_username": "text",
"is_multiple_customer_user": true,
"is_profile_image": true
}
API endpoint that allows users to be viewed or edited.
Serializes users querysets.
POST /ux/common/user/profile/validate_csv/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 203
{
"profile_id": "text",
"user": 1,
"creation_time": "2025-08-31T16:02:16.388Z",
"email": "text",
"is_active": true,
"customer_id": [],
"customer_entity_id": [],
"is_multiple_customer_user": true,
"is_profile_image": true
}
{
"profile_id": "text",
"user": 1,
"profile": "text",
"creation_time": "2025-08-31T16:02:16.388Z",
"profile_image": "text",
"avatar": "text",
"email": "text",
"name": "text",
"is_active": true,
"last_loggged_in": "text",
"customer_id": [],
"customer_entity_id": [],
"actual_username": "text",
"is_multiple_customer_user": true,
"is_profile_image": true
}