GET /api/users/{id}/adduseraspostdistributor/{orgunitid}
Add user to departement mail distribute group if it exists.
Parameters
Name | In | Description | Required | Type |
---|---|---|---|---|
id | path | User AD string identifier | true | string |
orgUnitId | path | departement id | true | string |
lookupField | query | Lookup field. Field to use when finding user. Possible values: Id (default) and Code. | string |
Responses
Code | Returns | Type |
---|---|---|
200 | Success | |
401 | Unauthorized | ProblemDetails |
500 | Server Error |