Get Created Tenants

Path Parameters

user_id
string
Zorunlu

User id

GET
/users/{user_id}/tenants
1
2
Loading...
Response:
200
Loading...

Response Body Schema

results
array<object>
results.
region
string
Zorunlu

Değer: tr-1

results.
tenant_id
string
Zorunlu

Your tenant's identifier.

results.
keystore
array<object>
results.keystore.
created_at
number
Zorunlu

Key creation date in milliseconds since the epoch

results.keystore.
revoked_at
number

Revocation time in milliseconds since the epoch

results.keystore.
rotated_at
number

Rotation time in milliseconds since the epoch

results.keystore.
key
object
Zorunlu

Public JWK. You can look at JWK specification from here

results.keystore.key.
alg
string
Zorunlu
results.keystore.key.
e
string
Zorunlu
results.keystore.key.
kid
string
Zorunlu
results.keystore.key.
kty
string
Zorunlu
results.keystore.key.
n
string
Zorunlu
results.keystore.key.
use
string
Zorunlu
results.keystore.key.
key_ops
array<string>
results.keystore.key.
x5c
array<string>
results.keystore.key.
x5t
string
results.keystore.key.
x5t#S256
string
results.keystore.key.
x5u
string
results.
settings
object
Zorunlu
results.settings.
api_version
string
Zorunlu

Mevcut Değerler: 2021-07-04

results.settings.
auto_sign_in
boolean
Zorunlu
results.settings.
default_strategy
string
Zorunlu
results.settings.
expose_unsafe_errors
boolean
Zorunlu
results.settings.
extra_params
array<string>
Zorunlu
results.settings.
extra_scopes
array<string>
Zorunlu
results.settings.
force_email_verification
boolean
Zorunlu
results.settings.
forgot_password_enabled
boolean
Zorunlu
results.settings.
hash_function
string
Zorunlu

Mevcut Değerler: bcryptargon2pbkdf2

Varsayılan Değer: "bcrypt"

results.settings.
register_enabled
boolean
Zorunlu
results.settings.
tenant_login_url
string
Zorunlu
results.settings.
welcome_emails_enabled
boolean
Zorunlu
results.settings.
ciba
object
Zorunlu
results.settings.ciba.
delivery_mode
string
Zorunlu

Mevcut Değerler: pingpoll

results.settings.ciba.
notifier_endpoint
string
Zorunlu
results.settings.
environment_variables
object
Zorunlu
results.settings.
policies
object
Zorunlu
results.settings.policies.
account_blocking
object
Zorunlu
results.settings.policies.account_blocking.
allow_user_unblock
boolean
Zorunlu

If true, users will be able to unblock their accounts by the link received in notification email.

Varsayılan Değer: true

results.settings.policies.account_blocking.
allowed_attempts
integer
Zorunlu
min5
max
250

Maximum failed login attempts to block user for specified duration.

Varsayılan Değer: 10

results.settings.policies.account_blocking.
block_duration
integer
Zorunlu
min60
max
630720000

Number of seconds to block the account.

Varsayılan Değer: 630720000

results.settings.policies.account_blocking.
duration
integer
Zorunlu
min60
max
7776000

Number of seconds before attempts are reset

Varsayılan Değer: 7776000

results.settings.policies.account_blocking.
enabled
boolean
Zorunlu

Varsayılan Değer: true

results.settings.policies.account_blocking.
notification
boolean
Zorunlu

Send an email to user's email address about the activity.

Varsayılan Değer: true

results.settings.policies.account_blocking.
reset_after_success
boolean
Zorunlu

Reset failed attempts count after successful login.

results.settings.policies.
brute_force
object
Zorunlu
results.settings.policies.brute_force.
allowed_attempts
integer
Zorunlu
min5
max
50

Allowed consecutive login attempts

Varsayılan Değer: 10

results.settings.policies.brute_force.
block_duration
integer
Zorunlu
min60
max
630720000

Number of seconds to block the IP.

Varsayılan Değer: 630720000

results.settings.policies.brute_force.
duration
integer
Zorunlu
min60
max
7776000

Number of seconds before attempts are reset

Varsayılan Değer: 7776000

results.settings.policies.brute_force.
enabled
boolean
Zorunlu

Varsayılan Değer: true

results.settings.policies.brute_force.
notification
boolean
Zorunlu

Send an email to user's email address about the activity.

Varsayılan Değer: true

results.settings.policies.brute_force.
white_list
array<string>
Zorunlu

Whitelisted IP addresses.

results.settings.policies.
password
object
Zorunlu

Password policy settings to be enforced to your new users.

results.settings.policies.password.
custom_chars
string

Require at least on of the given characters

results.settings.policies.password.
history
integer
min1
max
10

The system will maintain a password history for each user and prevent the reuse of passwords included in the history. The password history can be up to 10 in size. When provided, the system will maintain existing and new users' password history going forward.

results.settings.policies.password.
lower_case
integer
min0
max
32

Require at least given value of lowercase letters

results.settings.policies.password.
max
integer
max
128

Maximum number of characters

results.settings.policies.password.
min
integer
min0

Minimum number of characters

results.settings.policies.password.
number
integer
min0
max
32

Require at least given value of numbers

results.settings.policies.password.
upper_case
integer
min0
max
32

Require at least given value of uppercase letters

results.settings.
ttl
object
Zorunlu

Lifetime settings of generated tokens defined in seconds.

results.settings.ttl.
access_token
integer
Zorunlu
min30
results.settings.ttl.
authorization_code
integer
Zorunlu
min30
results.settings.ttl.
backchannel_authentication_request
integer
Zorunlu
min30
results.settings.ttl.
client_credentials
integer
Zorunlu
min30
results.settings.ttl.
device_code
integer
Zorunlu
min30
results.settings.ttl.
id_token
integer
Zorunlu
min30
results.settings.ttl.
refresh_token
integer
Zorunlu
min30
results.settings.ttl.
session
integer
min30
results.settings.
authenticator
object

PlusAuth Authenticator Application related settings

results.settings.authenticator.
bind_sim
boolean

Should authenticator application logout if a SIM card change detected on device

results.
subscription
object
Zorunlu
results.subscription.
customer_id
string
Zorunlu
results.subscription.
id
string
Zorunlu
results.subscription.
plan
string
Zorunlu
results.subscription.
next_invoice
string
results.subscription.
payment_source_id
string
results.subscription.
details
object
Zorunlu
total
integer