Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ciaranmccormick opened this issue Apr 11, 2020 · 0 comments
Labels
enhancement New feature or request
Projects
Milestone

Comments

@ciaranmccormick
Copy link
Owner

ciaranmccormick commented Apr 11, 2020

Details
  • endpoint: /v1/organizations/{organizationId}/members/{memberId}/permissions
  • path params
    • organisationId required
    • memberId required
Response
{
  "data": {
    "permissions": [
      "ORG_MANAGE_MEMBER"
    ],
    "permissionPreset": "CUSTOM"
  }
}
@ciaranmccormick ciaranmccormick added the enhancement New feature or request label Apr 11, 2020
@ciaranmccormick ciaranmccormick added this to Backlog in HootSweet via automation Apr 11, 2020
@ciaranmccormick ciaranmccormick modified the milestones: 0.6.0, 0.7.0 Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
HootSweet
  
Backlog
Development

No branches or pull requests

1 participant