| Required permission: | create_vu |
| GET | /admin/vendor/vendorUsers |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| VendorId | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| VendorUsers | form | List<VendorUserDto> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserId | form | int | No | |
| Id | form | int | No | The only use case is validation. |
| UserName | form | string | No | |
| Role | form | Role | No | |
| AuthMethod | form | AuthMethod | No | |
| Deactivated | form | bool | No | |
| HasDeactivatedStateChanged | form | bool | No | |
| Delete | form | bool | No | |
| UserPermissions | form | List<UserPermissionDto> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserId | form | int | No | |
| UserPermissionTypeId | form | int | No | |
| Active | form | bool | No | |
| RoleId | form | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /admin/vendor/vendorUsers HTTP/1.1 Host: vendor-api.digisupply.klueh.de Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"VendorUsers":[{"UserId":0,"Id":0,"UserName":"String","Role":1,"AuthMethod":0,"Deactivated":false,"HasDeactivatedStateChanged":false,"Delete":false,"UserPermissions":[{"UserId":0,"UserPermissionTypeId":0,"Active":false,"RoleId":0}]}]}