NovaFacies Open Source Project - Module 'AdminRoles' v1 (1.0.0)

Download OpenAPI specification:Download

NovaFacies Open Source Foundation: [email protected] URL: https://novafacies.org/ License: GNU GPLv3

API specification for Module 'AdminRoles' in NovaFacies Open Source Project. For more information, see https://novafacies.org

Retrieves details for the admin role. Reference function with internal name: adminRoles.getAdminRole

Retrieves details for the admin role. Reference function with internal name: adminRoles.getAdminRole

Authorizations:
BearerAuth
Request Body schema: application/json
admin_role_id
required
string

See Module Description

Responses

Request samples

Content type
application/json
{
  • "admin_role_id": "role-admin-001"
}

Response samples

Content type
application/json
{
  • "status": "success",
  • "admin_role_name": "Standard",
  • "admin_role_description": "Provides full administrative capabilities",
  • "admin_role_index": 1
}