unsafeMetadata

@SerialName(value = "unsafe_metadata")
val unsafeMetadata: JsonObject? = null

Metadata that can be read and set from the Frontend API. One common use case for this attribute is to implement custom fields that will be attached to the User object. Please note that there is also an unsafeMetadata attribute in the SignUp object. The value of that field will be automatically copied to the user's unsafe metadata once the sign up is complete.