createdUserId

@SerialName(value = "created_user_id")
val createdUserId: String?

The identifier of the newly-created user. This attribute is populated only when the sign-up is complete.

Return

The user ID if the sign-up is complete, null otherwise.