Users
Get user's external ID
This endpoint gets user's external ID by user ID.
get/v2/users/{userId}/external-id
Response
OK
Example response
{
"externalId": "user-1"
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.