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

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string
required

L’ID utilisateur.

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

Body

application/json
role_ids
string[]
required
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}$

Response

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