Pricefx REST API Reference
Pricefx REST API
/Pricefx API Reference/- Assign a Role to a User
List Users
Change a User Password
Change a Current User Password
Assign a User to a User Group
List User's User Groups
List User's Roles
List User's Business Roles
List Roles of the Business Role
List Groups of the Business Role
Delete a Business Role
Copy Roles
Generate a JWT Token
Generate a JWT Token (time limited)
Assign a Role to Users
Assign a User Group to Users
Assign a Business Role to a User
Assign a Business Role
Delete a User Group
Copy a User
Assign a Role to a Business Role
Assign a Group to a Business Role
Get a One Time Token
Add a User
Update a User
Delete a User
Get a User Audit Report
Assign a Role to a User
The Pricefx Backend API
Download OpenAPI description
Overview
URL
Pricefx
Languages
Servers
Mock server
https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi
URL:
https://{baseUrl}/pricefx/{partition}
Bodyapplication/json
Set to true to assign the group to the user. Set false to remove the group from the user.
TypedId of the group you want to assign or revoke. Either typedId or uniqeName is required.
Example: "15666.UG"
uniqueName of the role you want to assign or revoke. Either typedId or uniqeName is required.
Example: "Administrators"
- Mock serverhttps://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/accountmanager.assigngroup
- URL:https://companynode.pricefx.com/pricefx/companypartition/accountmanager.assigngroup
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/accountmanager.assigngroup \
-H 'Content-Type: application/json' \
-d '{
"data": {
"assign": true,
"typedId": "8.R",
"uniqueName": "DASHBOARDADMIN",
"users": [
"2147491023.U",
"john.doe"
]
}
}'Response
application/json
{ "response": { "node": "string", "data": null, "status": 0 } }
Bodyapplication/json
Set to true to assign the user to the role. Set false to remove the role from the user.
TypedId of the role you want to assign or revoke. Either typedId or uniqeName is required.
Example: "8.R"
- Mock serverhttps://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/accountmanager.assignrole/{userId}
- URL:https://companynode.pricefx.com/pricefx/companypartition/accountmanager.assignrole/{userId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
'https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/accountmanager.assignrole/{userId}' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"assign": true,
"typedId": "8.R",
"uniqueName": "DASHBOARDADMIN",
"users": [
"2147491023.U",
"john.doe"
]
}
}'Response
application/json
{ "response": { "node": "string", "data": null, "status": 0 } }
Bodyapplication/json
Set to true to assign the business role to the user. Set false to remove the business role from the user.
TypedId of the business role you want to assign or revoke. Either typedId or uniqeName is required.
Example: "8.R"
- Mock serverhttps://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/accountmanager.assignbusinessrole/{userId}
- URL:https://companynode.pricefx.com/pricefx/companypartition/accountmanager.assignbusinessrole/{userId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
'https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/accountmanager.assignbusinessrole/{userId}' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"assign": true,
"typedId": "8.R",
"uniqueName": "DASHBOARDADMIN",
"users": [
"2147491023.U",
"john.doe"
]
}
}'Response
application/json
{ "response": { "node": "string", "data": null, "status": 0 } }
CommentsCopy for LLM Copy page as Markdown for LLMs View as Markdown Open this page as Markdown Open in ChatGPT Get insights from ChatGPT Open in Claude Get insights from Claude Connect to Cursor Install MCP server on Cursor Connect to VS Code Install MCP server on VS Code