This file contains the readily available functions which interact with the ITSLanguage user API. Users can have username/password based credentials (basicauth). These credentials can be managed using the REST API. Only users with administrative powers can perform these calls.
Members
(inner, constant) url :string
- Source:
The URL for the basicAuth handler.
Type:
- string
Methods
(static) create(basicAuth) → {Promise}
- Source:
Create a basicAuth for the current user. To create a basicAuth for another user, impersonate the user first. A username must be unique in an organisation, but not across them.
Parameters:
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
basicAuth |
string | The Id of the user to create or overwrite a profile for. Properties
|
Returns:
- The basicauth creation promise.
- Type
- Promise