Skip to main content
GET
/
cloudflare
/
accounts
/
{accountId}
/
members
Get account members
curl --request GET \
  --url https://nimbussuite.com/api/v1/cloudflare/accounts/{accountId}/members \
  --header 'Authorization: Bearer <token>'
{
  "members": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

accountId
string
required

Query Parameters

keyId
string
required

Response

List of account members

members
object[]