GET /api/integration/internebrukere
Search for internal users in the websak database.
Parameters
Name | In | Description | Required | Type |
---|---|---|---|---|
searchCriteria | query | string |
Responses
Code | Returns | Type |
---|---|---|
200 | Success | Acos.WebSak.Pluss.Services.Integration.Models.InternalUser[] |
401 | Unauthorized - Missing or invalid access token | |
403 | Forbidden - Provided access token does not permit usage of this API or data |
Response Example
[{
"name":"string",
"code":"string",
"email":"string",
"provider":"string",
"admUnit":"string",
"role":"string"
}]