roles
Create a new role
Create a new role with name, hierarchy priority, and optional minimum topup
post/roles
Request body
Example request
{
"role_name": "admin",
"hierarchy_priority": 1,
"min_topup": 100
}Response
Role created successfully
Example response
{
"role_id": 1,
"role_name": "admin",
"hierarchy_priority": 1,
"min_topup": 100
}Changes
No recorded changes to this endpoint across all 1 revision of this API.