Skip to content

Add account retrieval API #2694

@mslynch

Description

@mslynch

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
    }
  ]
}

Metadata

Metadata

Assignees

Labels

apicloudConnect Cloud Integration

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions