Close · Capability
API Endpoints — subpackage_roles
API Endpoints — subpackage_roles. 5 operations. Lead operation: List all the roles defined for your organization. Self-contained Naftiko capability covering one Close business surface.
What You Can Do
GET
List
— List all the roles defined for your organization
/v1/role
POST
Create
— Create a new role
/v1/role
GET
Get
— Fetch a single role
/v1/role/{id}
PUT
Update
— Update existing role
/v1/role/{id}
DELETE
Delete
— Delete a role
/v1/role/{id}
MCP Tools
list-all-roles-defined-your
List all the roles defined for your organization
read-only
idempotent
create-new-role
Create a new role
fetch-single-role
Fetch a single role
read-only
idempotent
update-existing-role
Update existing role
idempotent
delete-role
Delete a role
idempotent