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

ListStackCollaboratorsResponse

    ListStackCollaboratorsResponse is the response when querying a stack’s collaborators.

    Properties

    • users array[UserPermission] required
      Other users explicitly added as collaborators on this stack. (Those inheriting permissions from the org aren’t included.)
    • user UserInfo required
      The user who has been granted access to the stack.
    • permission enum required
      The permission level the user has on the stack (e.g., read, write, admin).
      Values: 0, 101, 102, 103, 104
    • stackCreatorUserName string optional
      StackCreatorUserName is the user name of the stack creator. If stack creator’s permissions have been removed then this will be null and will be omitted from the json response.