Overview
Methods
Can be accessed using client.kraken.teams
on an
ApiClient
instance.
Example
const api = new ApiClient(new StaticAuthProvider(clientId, accessToken));
const team = await api.kraken.teams.getTeamByName('staff');
Methods
getTeamByName(team)
asyncRetrieves the team data for the given team name.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
team | string | none |
The team name you want to look up. |
Return type:
TeamWithUsers