GET /api/usergroups/:usergroup_id/external_usergroups
Som alle externe gebruiker groupen op voor deze gebruikers groep

GET /api/auth_source_ldaps/:auth_source_ldap_id/external_usergroups
Som alle externe gebruikers groepen op voor LDAP authenticatie source

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 of naam van de gebruikers groep

Validations:

  • Must be a String


GET /api/usergroups/:usergroup_id/external_usergroups/:id
Bekijk een externe gebruikers groep voor gebruikers groep

GET /api/auth_source_ldaps/:auth_source_ldap_id/external_usergroups/:id
bekijk een externe gebruikers groep voor LDAP authenticatie source

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 of naam van de gebruikers groep

Validations:

  • Must be a String

id
required

ID of naam van een externe gebruikers groep

Validations:

  • Must be a String


POST /api/usergroups/:usergroup_id/external_usergroups
Creeer een externe gebruikers groep gelinked aan een gebruikers groep

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 of naam van de gebruikers groep

Validations:

  • Must be a String

external_usergroup
required

Externe gebruikers groep informatie

Validations:

  • Must be a Hash

external_usergroup[name]
required

Externe gebruikers groep naam

Validations:

  • Must be a String

external_usergroup[auth_source_id]
required

ID van gelinkte authenticatie source

Validations:

  • Must be a number.


PUT /api/usergroups/:usergroup_id/external_usergroups/:id
Wijzig externe gebruikers groep

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 of naam van de gebruikers groep

Validations:

  • Must be a String

id
required

ID of naam van een externe gebruikers groep

Validations:

  • Must be a String

external_usergroup
required

Externe gebruikers groep informatie

Validations:

  • Must be a Hash

external_usergroup[name]
optional

Externe gebruikers groep naam

Validations:

  • Must be a String

external_usergroup[auth_source_id]
optional

ID van gelinkte authenticatie source

Validations:

  • Must be a number.


PUT /api/usergroups/:usergroup_id/external_usergroups/:id/refresh
Ververs externe gebruikers groep

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 of naam van de gebruikers groep

Validations:

  • Must be a String

id
required

ID of naam van een externe gebruikers groep

Validations:

  • Must be a String


DELETE /api/usergroups/:usergroup_id/external_usergroups/:id
Verwijder externe gebruikers groep

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 of naam van de gebruikers groep

Validations:

  • Must be a String

id
required

ID of naam van externe gebruikers groep

Validations:

  • Must be a String