POST api_v2/AccountDatabases/McobAddUserToDatabase?dataBaseName={dataBaseName}&userLogin={userLogin}&userName={userName}&roles={roles}&JHORoles={JHORoles}&invokeClient={invokeClient}
Предоставить доступ пользователю к базе с роллями.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
dataBaseName | Имя базы. |
Define this parameter in the request URI. |
userLogin | Логин пользователя. |
Define this parameter in the request URI. |
userName | Имя пользователя в базе 1С. |
Define this parameter in the request URI. |
roles | Список профилей, через ; |
Define this parameter in the request URI. |
JHORoles | Список ролей ЖХО. |
Define this parameter in the request URI. |
invokeClient | Клиент вызвавший операцию. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <Value>sample string 1</Value> <Comment>sample string 2</Comment> </Result>
application/json, text/json
Sample:
{ "Value": "sample string 1", "Comment": "sample string 2" }