Examples

GET /api/usergroups/2/external_usergroups
200
{
  "total": 1,
  "subtotal": 1,
  "page": 1,
  "per_page": 20,
  "search": null,
  "sort": {
    "by": null,
    "order": null
  },
  "results": [
    {
      "id": 2,
      "name": "external_usergroup6",
      "auth_source_ldap": {
        "id": 980190964,
        "type": "AuthSourceLdap",
        "name": "auth_source_ldap_273"
      }
    }
  ]
}

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