All URIs are relative to https://localhost
Method | HTTP request | Description |
---|---|---|
userAcceptInvitation | POST /acceptInvitation | |
userCreate | POST /create | Deprecated: use businessLogicService.InviteUsers RPC instead. |
userDestroy | POST /destroy | |
userGetLocale | POST /getLocale | |
userInvite | POST /invite | Deprecated: use businessLogicService.InviteUsers RPC instead. |
userList | POST /list | |
userProfileUpdate | POST /updateProfile | |
userUpdate | POST /update |
\Alfaview\Model\UserUserAcceptInvitationReply userAcceptInvitation($body)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Alfaview\Api\UserServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
$body = new \Alfaview\Model\UserUserAcceptInvitationRequest(); // \Alfaview\Model\UserUserAcceptInvitationRequest |
try {
$result = $apiInstance->userAcceptInvitation($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling UserServiceApi->userAcceptInvitation: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
body | \Alfaview\Model\UserUserAcceptInvitationRequest |
\Alfaview\Model\UserUserAcceptInvitationReply
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Alfaview\Model\UserUserCreateReply userCreate($body)
Deprecated: use businessLogicService.InviteUsers RPC instead.
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Alfaview\Api\UserServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
$body = new \Alfaview\Model\UserUserCreateRequest(); // \Alfaview\Model\UserUserCreateRequest | Deprecated: use businessLogicService.InviteUsers RPC instead.
try {
$result = $apiInstance->userCreate($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling UserServiceApi->userCreate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
body | \Alfaview\Model\UserUserCreateRequest | Deprecated: use businessLogicService.InviteUsers RPC instead. |
\Alfaview\Model\UserUserCreateReply
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Alfaview\Model\CommonReplyInfo userDestroy($body)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Alfaview\Api\UserServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
$body = new \Alfaview\Model\UserUserDestroyRequest(); // \Alfaview\Model\UserUserDestroyRequest |
try {
$result = $apiInstance->userDestroy($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling UserServiceApi->userDestroy: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
body | \Alfaview\Model\UserUserDestroyRequest |
\Alfaview\Model\CommonReplyInfo
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Alfaview\Model\UserUserGetLocaleReply userGetLocale($body)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Alfaview\Api\UserServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
$body = new \Alfaview\Model\UserUserGetLocaleRequest(); // \Alfaview\Model\UserUserGetLocaleRequest |
try {
$result = $apiInstance->userGetLocale($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling UserServiceApi->userGetLocale: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
body | \Alfaview\Model\UserUserGetLocaleRequest |
\Alfaview\Model\UserUserGetLocaleReply
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Alfaview\Model\UserUserInviteReply userInvite($body)
Deprecated: use businessLogicService.InviteUsers RPC instead.
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Alfaview\Api\UserServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
$body = new \Alfaview\Model\UserUserInviteRequest(); // \Alfaview\Model\UserUserInviteRequest | Deprecated: use businessLogicService.InviteUsers RPC instead.
try {
$result = $apiInstance->userInvite($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling UserServiceApi->userInvite: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
body | \Alfaview\Model\UserUserInviteRequest | Deprecated: use businessLogicService.InviteUsers RPC instead. |
\Alfaview\Model\UserUserInviteReply
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Alfaview\Model\UserUserListReply userList($body)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Alfaview\Api\UserServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
$body = new \Alfaview\Model\UserUserListRequest(); // \Alfaview\Model\UserUserListRequest |
try {
$result = $apiInstance->userList($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling UserServiceApi->userList: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
body | \Alfaview\Model\UserUserListRequest |
\Alfaview\Model\UserUserListReply
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Alfaview\Model\CommonReplyInfo userProfileUpdate($body)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Alfaview\Api\UserServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
$body = new \Alfaview\Model\UserUserProfileUpdateRequest(); // \Alfaview\Model\UserUserProfileUpdateRequest |
try {
$result = $apiInstance->userProfileUpdate($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling UserServiceApi->userProfileUpdate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
body | \Alfaview\Model\UserUserProfileUpdateRequest |
\Alfaview\Model\CommonReplyInfo
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Alfaview\Model\CommonReplyInfo userUpdate($body)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Alfaview\Api\UserServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
$body = new \Alfaview\Model\UserUserUpdateRequest(); // \Alfaview\Model\UserUserUpdateRequest |
try {
$result = $apiInstance->userUpdate($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling UserServiceApi->userUpdate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
body | \Alfaview\Model\UserUserUpdateRequest |
\Alfaview\Model\CommonReplyInfo
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]