Get paginated list of role-admin (allow level : super_admin | system_admin)
The request has succeeded.
curl --request GET \
--url 'https://dpt-openapi.finema.dev/backoffice/admins?user_id='{
"id": "…",
"user_id": "…",
"role_id": "…",
"province_codes": [
"…"
]
}The request has succeeded.
Enable/Disable user to be system_officer (user_type_code must be '1')
The request has succeeded.
curl --request POST \
--url https://dpt-openapi.finema.dev/backoffice/admins/__U_ID__ \
--header 'Content-Type: application/json' \
--data '{
"user_id": "",
"role_id": "",
"province_codes": [
""
]
}'{
"id": "…",
"user_id": "…",
"role_id": "…",
"province_codes": [
"…"
]
}The request has succeeded.
Get paginated list of role-admin (allow level : super_admin | system_admin)
The request has succeeded.
curl --request GET \
--url 'https://dpt-openapi.finema.dev/backoffice/admins?user_id='{
"id": "…",
"user_id": "…",
"role_id": "…",
"province_codes": [
"…"
]
}The request has succeeded.