Can I store custom data on a tenant?
-
Can I store custom data on a tenant?
-
Yes, just as you can store custom data on a user, you can store custom data on a tenant.
It is the
tenant.data
field, as documented here.However, the
tenant.data
field differs from `user.data in a number of ways:- it is not searchable
- it is not retrievable in the populate JWT lambda, except by using Lambda HTTP Connect