Mitarbeiter abrufen
Gibt den Mitarbeiter zurück, wenn er im Scope des API-Keys liegt.
Auf einen Blick
Betriebsverhalten
Gibt den Mitarbeiter zurück, wenn er im Scope des API-Keys liegt.- Eine Ressource außerhalb des API-Key-Scopes ist über diese Operation nicht zugänglich.
Häufige Fehler
Vor der Implementierung
- Erzeugen und protokollieren Sie für den Versuch eine neue
X-Request-ID. - Behandeln Sie jeden dokumentierten Response-Status.
- Protokollieren Sie weder
X-API-Keynoch unnötige personenbezogene Daten.
Zugehöriger Integrationsleitfaden
Autorisierungen
JobHandy integration API key. Send the credential in the X-API-Key header. Treat the key as a secret and use it only from trusted server-side environments.
Header
Narrows the operation to one tenant in the API key's scope. Any referenced or target resource must be accessible through that tenant. In interactive clients, use the {{tenantId}} variable when a tenant must be selected. Keep the header disabled when tenant selection is not required.
^[0-9a-fA-F]{24}$Optional request identifier. If supplied, it must be a UUID v4 or v7 and is returned unchanged in every response. If omitted, the API generates one. Invalid values return 400 INVALID_REQUEST_ID. If your client uses a {{requestId}} variable, refresh it with a new UUID version 4 or 7 for every HTTP request attempt. Keep the header disabled to let the API generate the request identifier.
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[47][0-9a-fA-F]{3}-[89aAbB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$Pfadparameter
Employee ID.
^[0-9a-fA-F]{24}$"68920e08eeaea4f2301eecb3"
Antwort
The requested employee.
Employee details.
Unique employee identifier.
^[0-9a-fA-F]{24}$"68a000000000000000000001"
Work email address used by the employee account. This field is not editable through the update endpoint.
"alex.morgan@example.com"
Whether the employee account is blocked.
false
Tenant identifier, or null if the employee has no tenant assignment.
1^[0-9a-fA-F]{24}$"68a000000000000000000010"
Assigned division identifier, or null when no division is assigned.
1^[0-9a-fA-F]{24}$"68920e08eeaea4f2301eecb3"
UTC timestamp at which the employee record was created.
1Z$"2026-06-01T08:00:00.000Z"
UTC timestamp of the latest employee update.
1Z$"2026-07-15T11:30:00.000Z"
Optional private email address, or null when none is stored.
"alex.morgan.private@example.net"
Customer-defined personnel or employee number, or null when none is assigned.
"EMP-1042"
Employee first name, or null when unavailable in an existing record.
"Alex"
Employee last name, or null when unavailable in an existing record.
"Morgan"
Employee phone number, or null when none is stored.
"+49 221 5550100"
Street and house number, or null when no address is stored.
"Example Street 12"
Postal code, or null when no address is stored.
"50667"
City, or null when no address is stored.
"Cologne"
Uppercase two-character country or territory code, or null when no address is stored.
"DE"
Additional employee or address information, or null when none is stored.
"Building B, third floor"
