For the complete documentation index, see llms.txt. This page is also available as Markdown.

Kullanıcı Seçme

Örnek istek:

curl --location --request GET 'https://<DOMAIN>/api/groups/xapi/user/:USER_GUID' \
--header 'Content-Type: x-www-form-urlencoded'
client.users.getUser("C9FE6854-8147-4D55-AE55-C5F2A1D65855");

Örnek yanıt:

Başarılı bir operasyon 200 OK yanıtıyla birlikte aşağıdaki gövdeyi döner:

{
    "user_guid": "C9FE6854-8147-4D55-AE55-C5F2A1D65855",
    "name": "John",
    "surname": "Doe",
    "username": "johndoe",
    "email": "johndoe@constructor.tech",
    "role": "u",
    "mobile": "",
    "login_allowed": true,
    "status": 1,
    "lang": "en-US",
    "timezone": "Europe/Istanbul",
    "expires_at": null,
    "creation_date": "2024-06-04T11:48:52.285253+03:00",
    "updating_date": "2025-01-20T10:59:33.080894+03:00"
}

Last updated