curl --location 'https://integrations.projectcor.com/v2/user-position/external-user-position-1/seniority/external_seniority_id_10' \ --header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "metadata": { "source": "GLOBANT" } }'
{ "statusCode": 200, "status": "success", "data": { "name": "Software Developer", "seniority": "Ssr.", "company_id": 2336, "created_at": "2026-01-26 15:27:04", "updated_at": "2026-01-26 15:27:04" } }
Assigns a seniority level to a user position in your COR instance
Show properties
ZC002
Was this page helpful?