PUT https://{hostname}:{port}
/cli/user/import?{parameters}
Parameter | Type | Required | Description |
---|---|---|---|
user | string | true | Name or pattern of the users to be imported. Supports wildcard character *. |
authenticationRealm | string | true | Authentication realm name or ID |
{
"authenticationRealm": "Authentication realm ID",
"email": "Email address",
"name": "User name",
"password": "Password"
}
Related CLI command: importLdapUser.