APIs for Uniphore Business AI platform spanning data, knowledge, models, and agents.
API Reference
//
Create User
Uniphore Business AI Cloud (1.0.0)
Metadata
Key | Value |
---|---|
owner | Uniphore Technologies Pvt Ltd |
team | Business AI |
department | Engineering |
status | Beta |
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/v1/users
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/v1/users \
-H 'Content-Type: application/json' \
-d '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"email": "string",
"source": "string",
"version": 0.1,
"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
"userName": "string",
"firstName": "string",
"lastName": "string",
"fullName": "string",
"firstTimeLogin": true,
"expired": true,
"status": "string",
"role": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"externalIdToken": {
"property1": "string",
"property2": "string"
}
}'
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/v1/users
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/v1/users \
-H 'Content-Type: application/json' \
-d '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"email": "string",
"source": "string",
"version": 0.1,
"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
"userName": "string",
"firstName": "string",
"lastName": "string",
"fullName": "string",
"firstTimeLogin": true,
"expired": true,
"status": "string",
"role": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"externalIdToken": {
"property1": "string",
"property2": "string"
}
}'
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/users
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/users \
-H 'Content-Type: application/json' \
-d '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"email": "string",
"source": "string",
"version": 0.1,
"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
"userName": "string",
"firstName": "string",
"lastName": "string",
"fullName": "string",
"firstTimeLogin": true,
"expired": true,
"status": "string",
"role": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"externalIdToken": {
"property1": "string",
"property2": "string"
}
}'
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/users
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/users \
-H 'Content-Type: application/json' \
-d '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"email": "string",
"source": "string",
"version": 0.1,
"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
"userName": "string",
"firstName": "string",
"lastName": "string",
"fullName": "string",
"firstTimeLogin": true,
"expired": true,
"status": "string",
"role": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"externalIdToken": {
"property1": "string",
"property2": "string"
}
}'
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/v1/users/search
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/v1/users/search \
-H 'Content-Type: application/json' \
-d '{
"searchString": "string",
"entity": "string",
"durationFlag": "string",
"criteria": [
{
"name": "string",
"operator": "string",
"value": "string",
"valueType": "string"
}
],
"sort": [
{
"direction": "string",
"nullHandling": "string",
"ascending": true,
"property": "string",
"ignoreCase": true
}
],
"pagination": {
"page": 0,
"size": 0
}
}'
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/users/search
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/users/search \
-H 'Content-Type: application/json' \
-d '{
"searchString": "string",
"entity": "string",
"durationFlag": "string",
"criteria": [
{
"name": "string",
"operator": "string",
"value": "string",
"valueType": "string"
}
],
"sort": [
{
"direction": "string",
"nullHandling": "string",
"ascending": true,
"property": "string",
"ignoreCase": true
}
],
"pagination": {
"page": 0,
"size": 0
}
}'
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/v1/users/me
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/v1/users/me
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/users/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/user-management/users/{id}'