SlackWebAPI v1.2.0 SlackWebAPI.Model.ObjsEnterpriseUser View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %SlackWebAPI.Model.ObjsEnterpriseUser{
  enterprise_id: String.t(),
  enterprise_name: String.t(),
  id: String.t(),
  is_admin: boolean(),
  is_owner: boolean(),
  teams: [String]
}