Skip to main content
POST
C#

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Corps

name
string
requis

Nom du rôle.

description
string

Description du rôle.

owner_id
string<organization-id>
EA

L’ID de l’organisation propriétaire de ce rôle. Obligatoire lorsque le type est "organization".

Maximum string length: 50
type
enum<string>
EA

Le type du rôle. La valeur par défaut est tenant.

Options disponibles:
tenant,
organization

Réponse

Rôle créé avec succès.

description
string

Description de ce rôle.

id
string

ID de ce rôle.

name
string

Nom de ce rôle.

owner_id
string<organization-id>
EA

L’ID de l’entité propriétaire de ce rôle, comme un ID d’organisation.

Maximum string length: 50
type
enum<string>
EA

Type de rôle

Options disponibles:
tenant,
organization