Account
7 posts tagged with "Account"
.account-signup
The .account-signup action shows account sign up screen. It belongs to the account category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
.account-signup
account-ctx
The account-ctx action gets the Rhappsody Account CTX. It belongs to the account category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = account-ctx
Valid sizes
Examples
// Basic Usage
account-ctx
account-login
The account-login action login to rhappsody account. It belongs to the account category within the platform area.
Action Syntax
account-login $variable $variable
Return Value
This function returns a
$result = account-login
Valid sizes
Examples
// Basic Usage
$response = account-login $email $password
account-logout
The account-logout action logs out of rhappsody account. It belongs to the account category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
account-logout
account-signup
The account-signup action signs user email up for new rhappsody account. It belongs to the account category within the platform area.
Action Syntax
account-signup $variable $variable
Return Value
This function returns a
$result = account-signup
Valid sizes
Examples
// Basic Usage
$response = account-signup $email $password
list-appgroups
The list-appgroups action list account app groups. It belongs to the account category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = list-appgroups
Valid sizes
Examples
// Basic Usage
list-appgroups
list-apps
The list-apps action list all apps for the account. It belongs to the account category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = list-apps
Valid sizes
Examples
// Basic Usage
list-apps