pub struct AdminTeamsAdmins {
pub client: Client,
}Fields§
§client: ClientImplementations§
source§impl AdminTeamsAdmins
impl AdminTeamsAdmins
sourcepub async fn list(
&self,
limit: i64,
cursor: &str,
team_id: &str
) -> Result<DndEndSchema>
pub async fn list( &self, limit: i64, cursor: &str, team_id: &str ) -> Result<DndEndSchema>
This function performs a GET to the /admin.teams.admins.list endpoint.
List all of the admins on a given workspace.
FROM: https://api.slack.com/methods/admin.teams.admins.list
Parameters:
token: &str– Authentication token. Requires scope:admin.teams:read.limit: i64– The maximum number of items to return.cursor: &str– Setcursortonext_cursorreturned by the previous call to list items in the next page.team_id: &str