The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to check space owner through api

Mounika S
Contributor
July 9, 2024

Rest api to get the space owner in ENT confluence8.5.5

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Shawn Doyle - ReleaseTEAM
Community Champion
July 9, 2024

The API doc for Data Center is here

https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space-properties/#api-group-space-properties

Look for this section on the returned JSON, displayName.

"version": {
"by": {
"profilePicture": {},
"displayName": "Joe Smith",
"type": "<string>"
},

 

0 votes
cweiske
May 15, 2026

In Confluence cloud, the owners are available in `/wiki/api/v2/spaces`, see the api docs.

TAGS
AUG Leaders

Atlassian Community Events