-
Notifications
You must be signed in to change notification settings - Fork 2
Labels
Description
In Connect Cloud, a user may be a member of multiple accounts. We need to support being able to choose one if there are multiple through the API.
Proposed contract:
GET /connect-cloud/accounts
Connect-Cloud-Base-Url: https://api.staging.connect.posit.cloud
Authorization: Bearer {token}
// response body
{
"accounts": [
{
"id": "uuid",
"name": "mslynch",
"permissionToPublish": true
}
]
}