Ana içeriğe atla
GET
/
v1
/
users
/
me
Kendi Kullanıcı Bilgilerini Getir İşlemi
curl --request GET \
  --url https://api.iklim.co/v1/users/me
{
"userId": "8e94a551-5b86-40ba-ae55-b019dee5cc25",
"username": "name@domain.com",
"firstName": "John",
"midName": "Bob",
"lastName": "Doe",
"locale": "tr_TR",
"timezone": "Europe/Istanbul",
"roles": "API_USER",
"status": "INACTIVE",
"account": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "INDIVIDUAL",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"mobilePhoneNumber": "<string>",
"location": "<string>",
"company": "<string>",
"industry": "<string>",
"profilePictureUrl": "<string>",
"subscriptionPlan": "NONE",
"emailVerified": true,
"mobilePhoneNumberVerified": true
}
}

Response

Başarılı Kendi Kullanıcı Detaylarını Getirme

userId
string
required

Kaydedilen Kullanıcının ID Numarası

Example:

"8e94a551-5b86-40ba-ae55-b019dee5cc25"

username
string
required

Kaydedilen Kullanıcı İsmi

Example:

"name@domain.com"

firstName
string
required

Kaydedilen Kullanıcının İlk Adı

Example:

"John"

lastName
string
required

Kaydedilen Kullanıcının Soy Adı

Example:

"Doe"

locale
string
required

Kaydedilen Kullanıcının Yerel Ayarı

Example:

"tr_TR"

timezone
string
required

Kaydedilen Kullanıcının Zaman Dilimi Id'si

Example:

"Europe/Istanbul"

roles
enum<string>[]
required

Kaydedilen Kullanıcının Rolleri

Example:

"API_USER"

status
enum<string>
required

Kaydedilen Kullanıcının Durumu

Mevcut seçenekler:
INACTIVE,
ACTIVE,
EXPIRED,
BLOCKED,
DELETED
Example:

"INACTIVE"

midName
string

Kaydedilen Kullanıcının Göbek Adı

Example:

"Bob"

account
object