creatorId

@SerializedName(value = "creator_id")
var creatorId: String? = null

The user ID of the account that created this Space. This ID is returned as a string in order to avoid complications with languages and tools that cannot handle large integers. To return this field, addspace.fields=creator_idin the request's query parameter. You can obtain the expanded object in includes.users by adding expansions=creator_id in the request's query parameter.