Documentation

Teams extends CloudApiBase implements CloudApiInterface

Class Teams

Table of Contents

$client ClientInterface
create() Create a new team. OperationResponse
getAll() Show all teams. TeamsResponse
rename() Rename an existing team. OperationResponse
delete() Delete a team. OperationResponse
addApplication() Add an application to a team. OperationResponse
invite() Invites a user to join a team. OperationResponse
getApplications() Show all applications associated with a team. ApplicationsResponse
__construct() Client constructor. mixed

Properties

Methods

addApplication()

Add an application to a team.

public addApplication( $teamUuid : string , $applicationUuid : string ) : OperationResponse
Parameters
$teamUuid : string
$applicationUuid : string
Return values
OperationResponse

invite()

Invites a user to join a team.

public invite( $teamUuid : string , $email : string , $roles : array ) : OperationResponse
Parameters
$teamUuid : string
$email : string
$roles : array
Return values
OperationResponse

Search results