GET /api/usergroups/:usergroup_id/external_usergroups
Afficher tous les groupes d'utilisateurs externes pour un groupe d'utilisateurs

GET /api/auth_source_ldaps/:auth_source_ldap_id/external_usergroups
Afficher de tous les groupes utilisateurs externes pour cette source d'authentification LDAP

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

usergroup_id
requis

ID ou nom du groupe d'utilisateurs

Validations:

  • Must be a String


GET /api/usergroups/:usergroup_id/external_usergroups/:id
Afficher les groupes d'utilisateurs externes pour un groupe d'utilisateurs

GET /api/auth_source_ldaps/:auth_source_ldap_id/external_usergroups/:id
Afficher un groupe d'utilisateurs d'une source d'authentification LDAP

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

usergroup_id
requis

ID ou nom du groupe d'utilisateurs

Validations:

  • Must be a String

id
requis

ID ou nom du groupe d'utilisateurs externe

Validations:

  • Must be a String


POST /api/usergroups/:usergroup_id/external_usergroups
Création d'un groupe d'utilisateurs externe lié à un groupe d'utilisateurs

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

usergroup_id
requis

ID ou nom du groupe d'utilisateurs

Validations:

  • Must be a String

external_usergroup
requis

Information du groupe d'utilisateurs externe

Validations:

  • Must be a Hash

external_usergroup[name]
requis

Nom du groupe d'utilisateurs externe

Validations:

  • Must be a String

external_usergroup[auth_source_id]
requis

ID de la source d'authentification liée

Validations:

  • Must be a number.


PUT /api/usergroups/:usergroup_id/external_usergroups/:id
Mettre à jour un groupe d'utilisateurs externe

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

usergroup_id
requis

ID ou nom du groupe d'utilisateurs

Validations:

  • Must be a String

id
requis

ID ou nom du groupe d'utilisateurs externe

Validations:

  • Must be a String

external_usergroup
requis

Information du groupe d'utilisateurs externe

Validations:

  • Must be a Hash

external_usergroup[name]
optionel

Nom du groupe d'utilisateurs externe

Validations:

  • Must be a String

external_usergroup[auth_source_id]
optionel

ID de la source d'authentification liée

Validations:

  • Must be a number.


PUT /api/usergroups/:usergroup_id/external_usergroups/:id/refresh
Rafraîchir un groupe d'utilisateurs externe

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

usergroup_id
requis

ID ou nom du groupe d'utilisateurs

Validations:

  • Must be a String

id
requis

ID ou nom du groupe d'utilisateurs externe

Validations:

  • Must be a String


DELETE /api/usergroups/:usergroup_id/external_usergroups/:id
Supprimer un groupe d'utilisateurs externe

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

usergroup_id
requis

ID ou nom du groupe d'utilisateurs

Validations:

  • Must be a String

id
requis

ID ou nom d'un groupe d'utilisateurs externe

Validations:

  • Must be a String