Examples

POST /api/usergroups/5-usergroup222/external_usergroups
{
  "external_usergroup": {
    "name": "foremanusergroup",
    "auth_source_id": 980191006
  }
}
201
{
  "id": 4,
  "name": "foremanusergroup",
  "auth_source_ldap": {
    "id": 980191006,
    "type": "AuthSourceLdap",
    "name": "auth_source_ldap_57"
  }
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

usergroup_id
required

ID or name of user group

Validations:

  • Must be a String

external_usergroup
required

External user group information

Validations:

  • Must be a Hash

external_usergroup[name]
required

External user group name

Validations:

  • Must be a String

external_usergroup[auth_source_id]
required

ID of linked authentication source

Validations:

  • Must be a number.