/
HR Datamart PS Role Lookup API
HR Datamart PS Role Lookup API
This REST API will pull data from the HR Datamart EDADBA.HR_MANAGEMENT_TBL table.
Source Database Information
Located in LastPass vault
folder: Shared-ES Software Engineering Databases
name: ES WS HRDW 9.2
db user: uhapp_micro
table: edadba.HR_MANAGEMENT_TBL
API Methods
Retrieve PS Role Records for an employee
A user may have multiple roles. Aggregate the roles into one record.
SELECT LISTAGG(rolename,',') as role
FROM EDADBA.HR_MANAGEMENT_TBL
WHERE emplid='23689961'
GROUP BY emplid
Parameter:
UH Number
Return: the single record for the given UH Number; pull the Kuali User ID for each row
PS Role Record Object
Database Column | Label in JSON |
---|---|
emplid | uh_number |
name | name |
roleuser | uh_username |
rolename | role |
| kualiuser.id |
References
Cherwell ticket requesting access to the datamart table
, multiple selections available,
Related content
HR Datamart Employee Lookup API
HR Datamart Employee Lookup API
More like this
Admin Access Review of PII Registered Applications
Admin Access Review of PII Registered Applications
Read with this
HR Datamart UH Officer Lookup API
HR Datamart UH Officer Lookup API
More like this
Refactor using the HR Datamart
Refactor using the HR Datamart
More like this
New role value for postdocs
New role value for postdocs
More like this
eduPersonAffiliation
eduPersonAffiliation
More like this