POST /api/usergroups/7-usergroup315/external_usergroups { "external_usergroup": { "name": "foremanusergroup", "auth_source_id": 980190969 } } 201 { "id": 7, "name": "foremanusergroup", "auth_source_ldap": { "id": 980190969, "type": "AuthSourceLdap", "name": "auth_source_ldap_33" } }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
usergroup_id required |
ID or name of user group Validations:
|
external_usergroup required |
External user group information Validations:
|
external_usergroup[name] required |
External user group name Validations:
|
external_usergroup[auth_source_id] required |
ID of linked authentication source Validations:
|