Pular para o conteúdo principal

Confluence User Websites

GET 

/v1/confluence/:workspace_id/user/websites

Gets the confluence/jira websites the user has access to (all_websites) or the ones he has acces to AND are allowed by the organization (allowed_websites) Params:

workspace_id: id of the workspace the user is in user: validades the API_Key all_websites: boolean that indicates wether to query "all_websites" (True) OR "allowed_websites" (False) Returns:

ConfluenceWebsitesResponseModel: a JSON containing the list of websites. It can be either on "all_websites" key or "allowed_websites", but not on both.

Request

Responses

Successful Response