Discussions
Internal Server Error at the GET Employees Endpoint with Power Automate
Hi there,
I am trying to load employee data from the v1.0 employees endpoint using Power Automate.
Getting an auth token works well but when sending the request to the employees endpoint I get an internal server error response (see below details)
{
"statusCode": 500,
"headers": {
"Date": "Wed, 10 Sep 2025 07:27:29 GMT",
"Cache-Control": "no-store, no-cache",
"Vary": "Origin,Access-Control-Request-Method,Access-Control-Request-Headers",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"x-ms-islandgateway": "_prdil301weugb0_8",
"x-ms-igw-tracking-id": "63ddff92-a8f3-4675-aa54-a38a40a0dc7e20250910072729_prdil301weugb0_8",
"mise-correlation-id": "344e6856-d696-43b2-bec0-a8a19dff04d7",
"x-ratelimit-remaining": "24",
"x-ratelimit-requested-tokens": "1",
"x-ratelimit-burst-capacity": "25",
"x-ratelimit-replenish-rate": "4",
"Server-Timing": "x-ms-igw-upstream-headers;dur=320.1,x-ms-igw-req-overhead;dur=0.7",
"X-Content-Type-Options": "nosniff",
"x-ms-service-request-id": "63ddff92-a8f3-4675-aa54-a38a40a0dc7e",
"x-ms-correlation-id": "99ad05d2-244e-4bf2-96bd-ed64ff81fc45",
"x-ms-activity-vector": "00.01.IN.04.00",
"Content-Length": "267",
"Content-Type": "application/json"
},
"body": {
"personio_trace_id": "ecd878f1-d3da-4d37-be38-0551c3291ae3",
"timestamp": "2025-09-10T07:27:29Z",
"errors": [
{
"title": "Internal Server Error",
"detail": " , , ",
"type": "https://developer.personio.de/v2.0/page/public-api-error-codes#apiinternal_server_error",
"_meta": {}
}
]
}
}