Create Unauthenticated Access User
All the listed privileges are required -
Privileges | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Caller should have permission to this privilege to manage unauthenticated access user(s). |
FEDERATED_LDAP_MANAGE | If CPA is enabled, caller should have permission to this privilege to manage unauthenticated access user(s). |
Show optional properties
{
"user_id": "S-1-5-21-1111111111-2222222222-3333333333-500"
}
{
"alias_name": "unauthenticated-user",
"description": "example description",
"hybrid_logon_mode": "PASSWORD",
"hybrid_logon_password": [
"password"
],
"user_id": "S-1-5-21-1111111111-2222222222-3333333333-500"
}
Alias to be used for login from client. If unset, AD login name of the user would be used.
Description of the unauthenticated access user.
Mode to be used for hybrid logon. If unset, hybrid logon will be disabled.
- PASSWORD: Hybrid logon via username and password.
- TRUESSO: Hybrid logon via True SSO.
- DISABLED: Hybrid logon disabled.
Password for the user for hybrid logon. This is required when hybrid_logon_mode is set to PASSWORD.
SID of the user for whom unauthenticated access is to be configured.
Created
Bad Request
User is not authenticated
Access to the resource is forbidden
Not Found
Conflict
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"user_id:"string"}' https://{api_host}/rest/config/v1/unauthenticated-access-users