The name field is used for the name of the realm.
POST /api/realms
{
"realm": {
"name": ""
}
}
422
{
"error": {
"id": null,
"errors": {
"realm_proxy_id": [
"was not found",
"can't be blank"
],
"name": [
"can't be blank"
],
"realm_type": [
"can't be blank",
"is not included in the list"
]
},
"full_messages": [
"Realm proxy was not found",
"Realm proxy can't be blank",
"Name can't be blank",
"Realm type can't be blank",
"Realm type is not included in the list"
]
}
}
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
realm required |
Validations:
|
|
realm[name] required |
The realm name, e.g. EXAMPLE.COM Validations:
|
|
realm[realm_proxy_id] required , nil allowed |
Proxy ID to use within this realm Validations:
|
|
realm[realm_type] required |
Realm type, e.g. FreeIPA or Active Directory Validations:
|
|
realm[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
|
realm[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|