/buildops-permissions | Type: Application | PCID required: Yes
buildops
buildops-permissions
BuildOps Permissions - roles and permissions
Server path:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
BuildOps Permissions - roles and permissions
/buildops-permissions | Type: Application | PCID required: Yes
| Tool | Description |
|---|---|
buildops-permissions_get_role_for_employee | Get Role by Employee ID |
buildops-permissions_get_simple_tenant_roles_v2 | List Tenant Roles |
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
employeeId | string | Yes | — | Employee Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"employeeId": {
"type": "string",
"description": "Employee Id"
}
},
"required": [
"PCID",
"employeeId"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
isActive | boolean | No | — | Is Active |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"isActive": {
"type": "boolean",
"description": "Is Active"
}
},
"required": [
"PCID"
]
}
