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