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

UserPermission

    UserPermission describes a user’s permission level for a stack.

    Properties

    • user UserInfo required
      The user who has been granted access to the stack.
    • 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.
    • permission enum required
      The permission level the user has on the stack (e.g., read, write, admin).
      Values: 0, 101, 102, 103, 104