
ac_get_principal
Description
Returns a list of principals linked to the users bridge account. Each detail structure contains the “id” and “name” of the designated principal.
Version
Available from version 5.5.0.
Access
Read-only, master access not required, available to all users.
Parameters
| Number | Name | O/R | Version | Usage |
|---|---|---|---|---|
| 1 | Auth | Required | 5.5.0+ | Authentication structure.* |
| 2 | Search | Optional | 5.5.0+ | Search for specific principal names. This search may use * or % as wildcard characters. |
*See call structure explanation.
Example
Request
{
"method": "ac_get_principal",
"params": [
"test",
"test1",
""
],
"id": 1
}Response
{
"id": 1,
"error": null,
"result": [
{
"id": "6001",
"name": "Test vagrant system 1"
},
{
"id": "6004",
"name": "Test (plinth) vagrant system 4"
},
{
"id": "6006",
"name": "Test (plinth) vagrant system 6"
}
]
}Keep up to date with us
Menu
Visit our website
ResRequest Modules
- Business Intelligence
- Central Reservations
- Channel Management
- Customer Relationship Management
- Developer
- Email Series 2022
- Email Series 2023
- Financial Management
- Marketing tools
- Payment Gateways
- Point of sale
- Product
- Professional Services
- Property Management
- ResConnect
- ResInsite
- ResNova
- System Setup
- Technical Alerts
- Technical Tips
- Telephone Management
- Webinars Index

