udclient [global-args...] [global-flags...]
importLdapUser [parameters] [JSON file]
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 REST command: Import a user from LDAP.