admins
Add admin
Adds a new admin. Recovery codes and TOTP configuration cannot be set using this API: each admin must use the specific APIs
post/admins
Request body
Example request
{
"filters": {
"allow_list": [
"192.0.2.0/24",
"2001:db8::/32"
]
}
}Response
successful operation
Example response
{
"filters": {
"allow_list": [
"192.0.2.0/24",
"2001:db8::/32"
]
}
}