Personal Information
Show personal information for the authenticated employee
Returns personal information for the authenticated employee.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employments (employments) | View personal details (personal_detail:read) | Manage personal details (personal_detail:write) |
get/v1/employee/personal-information
Response
Success
Example response
{
"data": {
"status": "ok"
}
}