Request
Body Params application/vnd.api+json
{
"data": {
"type": "BotUser",
"attributes": {
"name": "string",
"vendorIdentifier": "rosalyn"
},
"relationships": {
"portal": {
"data": {
"id": "FID001",
"type": "Portal"
}
}
}
}
}
Request samples
curl --location --request POST 'https://api.synap.ac/v3/bot-users' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "BotUser",
"attributes": {
"name": "string",
"vendorIdentifier": "rosalyn"
},
"relationships": {
"portal": {
"data": {
"id": "FID001",
"type": "Portal"
}
}
}
}
}'
Responses
The primary key for each resource.
{
"data": {
"id": "FID001",
"type": "BotUser",
"attributes": {
"name": "string",
"vendorIdentifier": "rosalyn"
},
"relationships": {
"portal": {
"data": {
"id": "FID001",
"type": "Portal"
}
}
}
}
}
Modified at 2025-07-08 10:51:21