1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListMemberStackPermissionsResponse

ListMemberStackPermissionsResponse

    ListMemberStackPermissionsResponse describes all the permissions that have been set for a user for a specific stack.

    Properties

    • userInfo UserInfo required
      The user information
    • name string required
      The user’s display name.
    • githubLogin string required
      The user’s login name.
    • avatarUrl string required
      The URL of the user’s avatar image.
    • email string optional
      IMPORTANT: The email address of the user is only included on a few admin-only APIs. For nearly all APIs that return a UserInfo object, this will not be provided. considered sensitive information.
    • organizationRole enum required
      The user’s role within the organization
      Values: none, member, admin, potential-member, stack-collaborator, billing-manager
    • organizationDefault enum required
      The organization’s default stack permission level
      Values: 0, 101, 102, 103, 104
    • teamPermissions array[TeamPermission] required
      The list of team-based permissions for this stack
    • team Team required
      The team that has been granted access to the stack.
    • permission enum required
      The permission level the team has on the stack (e.g., read, write, admin).
      Values: 0, 101, 102, 103, 104
    • explicitPermission enum required
      The explicitly assigned permission for this user on this stack
      Values: 0, 101, 102, 103, 104