handlestringrequired
The handle of the space. Is unique.
Example:
space-a
aliasstring | nullrequired
The alias of the space.
Example:
Space A
owner
object
required
The owner of the space.
typestringrequired
The type of the owner.
Format:
OwnerType (string)
Possible values: [user
, org
]
Example:
user
handlestringrequired
The handle of the owner. Is unique.
Example:
user-a
aliasstring | nullrequired
The alias of the owner.
Example:
User A
SpaceSummary
{
"handle": "space-a",
"alias": "Space A",
"owner": {
"type": "user",
"handle": "user-a",
"alias": "User A"
}
}