ciaranmccormick / hootsweet

A Python API for Hootsuite
2 stars 0 forks source link

Retrieve an organization member’s permissions for the organization. #15

Open ciaranmccormick opened 4 years ago

ciaranmccormick commented 4 years ago
Details
Response
{
  "data": {
    "permissions": [
      "ORG_MANAGE_MEMBER"
    ],
    "permissionPreset": "CUSTOM"
  }
}