User Info

URL

API kullanıcı bilgilerini sorgulamak için kullanılan endpoint ve http metod bilgisi aşağıda verilmiştir.

HTTP Method URL
GET /auth/user-info

Dönüş Parametreleri

Parametre Tip Açıklama
OrgCode string Organizasyon Kodu
UserCode string Kullanıcı Kodu
Email string E-Posta
Role string Kullanıcıya Ait Rol

İSTEK (GET):


Boş JSON gönderilir

YANIT:

{
    "OrgCode": "SPYDM",
    "UserCode": "0669475322",
    "Email": "[email protected]",
    "Role": [
        "hbh",
        "obh",
        "admin"
    ]
}