Roles Operations API
This API allows you to manage roles within an organization, including listing, creating, updating, retrieving, and deleting roles.
Base URLCopied!
https://localhost/api/v1
Endpoints OverviewCopied!
Method |
Endpoint |
Description |
---|
GET |
|
Retrieve a list of all roles associated with the specified organization. |
POST |
|
Create a new role with specific permissions for an organization. |
GET |
|
Get detailed information about a specific role. |
PATCH |
|
Modify an existing role’s name or permissions. |
DELETE |
|
Permanently remove a role by ID. |