Skip to main content
DELETE
Retirer les rôles d’un membre

Autorisations

Authorization
string
header
requis

The access token received from the authorization server in the OAuth 2.0 flow.

Paramètres de chemin

user_id
string
requis

L’ID utilisateur.

Pattern: ^(?=.{1,1024}$).+\|.+$

Corps

application/json
role_ids
string[]
requis
Required array length: 1 - 10 elements

L’ID d’un rôle pouvant être attribué à un membre d’une organisation.

Pattern: ^rol_[A-Za-z0-9]{16}$

Réponse

Le ou les rôles ont été retirés au membre avec succès.